-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #12
Merged
woody-apple
merged 1 commit into
project-chip:master
from
rwalker-apple:Update-World-Build-badge-from-Salix-to-point-to-self
Mar 8, 2020
Merged
Update README.md #12
woody-apple
merged 1 commit into
project-chip:master
from
rwalker-apple:Update-World-Build-badge-from-Salix-to-point-to-self
Mar 8, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rwalker-apple
requested review from
anush-apple,
chrisdecenzo,
gerickson,
hawk248,
robszewczyk and
woody-apple
as code owners
March 4, 2020 23:38
gerickson
approved these changes
Mar 4, 2020
woody-apple
approved these changes
Mar 5, 2020
anush-apple
approved these changes
Mar 5, 2020
turon
approved these changes
Mar 5, 2020
who will merge this? |
@hawk248 @chrisdecenzo We need an review + approval from one more company. Any chance you folks could help out? |
robszewczyk
approved these changes
Mar 6, 2020
hawk248
approved these changes
Mar 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go for it
rwalker-apple
deleted the
Update-World-Build-badge-from-Salix-to-point-to-self
branch
March 12, 2020 18:56
fkjagodzinski
pushed a commit
to fkjagodzinski/connectedhomeip
that referenced
this pull request
Feb 9, 2021
…rkflow Add workflow for building and pushing Mbed OS Docker image.
srickardti
referenced
this pull request
in srickardti/connectedhomeip
May 19, 2021
…alidate-eng-release-of-agama-704-sdk-with-chip-github to connectedhomeip-next Squashed commit of the following: commit 5a0685cb3a992064c2adc22a4aaa92c0e3c5066c Author: Seth Rickard <[email protected]> Date: Tue Jan 26 17:28:58 2021 +0000 update to internal _eng SDK
tcv-geo
pushed a commit
to tcv-geo/connectedhomeip
that referenced
this pull request
Mar 30, 2022
Fix/double call
andy31415
pushed a commit
that referenced
this pull request
Jul 9, 2022
It's not safe to access line editing state from the IO thread while inside readline() on the main thread. Remove the code that attempts to redraw readline after printing logs. This avoids segfaults during logging at the cost of those logs overwriting the prompt (this is not trivial to fix as readline is a blocking API). ================== WARNING: ThreadSanitizer: data race (pid=63005) Write of size 1 at 0x55f81c7745ff by main thread: #0 InteractiveStartCommand::ParseCommand(char*) ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 (chip-tool+0x874911) #1 InteractiveStartCommand::RunCommand() ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:85 (chip-tool+0x874594) #2 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:408 (chip-tool+0x83e478) #3 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #4 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #5 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #6 main <null> (chip-tool+0x569c0a) Previous read of size 1 at 0x55f81c7745ff by thread T5 (mutexes: write M185): #0 LoggingCallback ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:46 (chip-tool+0x874479) #1 chip::Logging::LogV(unsigned char, unsigned char, char const*, __va_list_tag*) ../../src/lib/support/logging/CHIPLogging.cpp:221 (chip-tool+0x8ee4dc) #2 chip::Logging::Log(unsigned char, unsigned char, char const*, ...) ../../src/lib/support/logging/CHIPLogging.cpp:172 (chip-tool+0x8ee30a) #3 chip::app::ReadClient::RefreshLivenessCheckTimer() <null> (chip-tool+0x8b1746) #4 chip::app::ReadClient::ProcessSubscribeResponse(chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:845 (chip-tool+0x8b20ec) #5 chip::app::ReadClient::OnMessageReceived(chip::Messaging::ExchangeContext*, chip::PayloadHeader const&, chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:409 (chip-tool+0x8ae2a4) #6 chip::Messaging::ExchangeContext::HandleMessage(unsigned int, chip::PayloadHeader const&, chip::BitFlags<chip::Messaging::MessageFlagValues, unsigned int>, chip::System::PacketBufferHandle&&) <null> (chip-tool+0xa0517a) #7 operator()<chip::Messaging::ExchangeContext> ../../src/messaging/ExchangeMgr.cpp:219 (chip-tool+0xa08c73) #8 Call ../../src/lib/support/Pool.h:126 (chip-tool+0xa0912d) #9 chip::internal::HeapObjectList::ForEachNode(void*, chip::Loop (*)(void*, void*)) ../../src/lib/support/Pool.cpp:127 (chip-tool+0x8ee05a) #10 ForEachActiveObject<chip::Messaging::ExchangeManager::OnMessageReceived(const chip::PacketHeader&, const chip::PayloadHeader&, const chip::SessionHandle&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&)::<lambda(auto:2*)> > ../../src/lib/support/Pool.h:396 (chip-tool+0xa08d10) #11 chip::Messaging::ExchangeManager::OnMessageReceived(chip::PacketHeader const&, chip::PayloadHeader const&, chip::SessionHandle const&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&) ../../src/messaging/ExchangeMgr.cpp:212 (chip-tool+0xa07e91) #12 chip::SessionManager::SecureUnicastMessageDispatch(chip::PacketHeader const&, chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:616 (chip-tool+0xa1548b) #13 chip::SessionManager::OnMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:443 (chip-tool+0xa14426) #14 chip::TransportMgrBase::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/TransportMgrBase.cpp:76 (chip-tool+0xa17dfa) #15 chip::Transport::Base::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/raw/Base.h:102 (chip-tool+0xb19728) #16 chip::Transport::UDP::OnUdpReceive(chip::Inet::UDPEndPoint*, chip::System::PacketBufferHandle&&, chip::Inet::IPPacketInfo const*) ../../src/transport/raw/UDP.cpp:122 (chip-tool+0xb1a48b) #17 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>) ../../src/inet/UDPEndPointImplSockets.cpp:688 (chip-tool+0xb00aa0) #18 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>, long) ../../src/inet/UDPEndPointImplSockets.cpp:569 (chip-tool+0xafff89) #19 chip::System::LayerImplSelect::HandleEvents() ../../src/system/SystemLayerImplSelect.cpp:406 (chip-tool+0xb07563) #20 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:181 (chip-tool+0x98a227) #21 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #22 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Location is global '(anonymous namespace)::gIsCommandRunning' of size 1 at 0x55f81c7745ff (chip-tool+0x000000c485ff) Mutex M185 (0x55f81c776180) created at: #0 pthread_mutex_lock ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4240 (libtsan.so.0+0x4f30a) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_LockChipStack() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:78 (chip-tool+0x989e90) #2 chip::DeviceLayer::PlatformManager::LockChipStack() ../../src/include/platform/PlatformManager.h:410 (chip-tool+0x988fa5) #3 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:170 (chip-tool+0x98a147) #4 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #5 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Thread T5 (tid=63013, running) created by main thread at: #0 pthread_create ../../../../src/libsanitizer/tsan/tsan_interceptors_posix.cpp:969 (libtsan.so.0+0x5ad75) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_StartEventLoopTask() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:231 (chip-tool+0x98a40a) #2 chip::DeviceLayer::PlatformManager::StartEventLoopTask() ../../src/include/platform/PlatformManager.h:375 (chip-tool+0xaacca2) #3 chip::Controller::DeviceControllerFactory::ServiceEvents() ../../src/controller/CHIPDeviceControllerFactory.cpp:331 (chip-tool+0xab0417) #4 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:403 (chip-tool+0x83e353) #5 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #6 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #7 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #8 main <null> (chip-tool+0x569c0a) SUMMARY: ThreadSanitizer: data race ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 in InteractiveStartCommand::ParseCommand(char*) ==================
github-actions bot
pushed a commit
that referenced
this pull request
Jul 9, 2022
It's not safe to access line editing state from the IO thread while inside readline() on the main thread. Remove the code that attempts to redraw readline after printing logs. This avoids segfaults during logging at the cost of those logs overwriting the prompt (this is not trivial to fix as readline is a blocking API). ================== WARNING: ThreadSanitizer: data race (pid=63005) Write of size 1 at 0x55f81c7745ff by main thread: #0 InteractiveStartCommand::ParseCommand(char*) ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 (chip-tool+0x874911) #1 InteractiveStartCommand::RunCommand() ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:85 (chip-tool+0x874594) #2 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:408 (chip-tool+0x83e478) #3 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #4 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #5 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #6 main <null> (chip-tool+0x569c0a) Previous read of size 1 at 0x55f81c7745ff by thread T5 (mutexes: write M185): #0 LoggingCallback ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:46 (chip-tool+0x874479) #1 chip::Logging::LogV(unsigned char, unsigned char, char const*, __va_list_tag*) ../../src/lib/support/logging/CHIPLogging.cpp:221 (chip-tool+0x8ee4dc) #2 chip::Logging::Log(unsigned char, unsigned char, char const*, ...) ../../src/lib/support/logging/CHIPLogging.cpp:172 (chip-tool+0x8ee30a) #3 chip::app::ReadClient::RefreshLivenessCheckTimer() <null> (chip-tool+0x8b1746) #4 chip::app::ReadClient::ProcessSubscribeResponse(chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:845 (chip-tool+0x8b20ec) #5 chip::app::ReadClient::OnMessageReceived(chip::Messaging::ExchangeContext*, chip::PayloadHeader const&, chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:409 (chip-tool+0x8ae2a4) #6 chip::Messaging::ExchangeContext::HandleMessage(unsigned int, chip::PayloadHeader const&, chip::BitFlags<chip::Messaging::MessageFlagValues, unsigned int>, chip::System::PacketBufferHandle&&) <null> (chip-tool+0xa0517a) #7 operator()<chip::Messaging::ExchangeContext> ../../src/messaging/ExchangeMgr.cpp:219 (chip-tool+0xa08c73) #8 Call ../../src/lib/support/Pool.h:126 (chip-tool+0xa0912d) #9 chip::internal::HeapObjectList::ForEachNode(void*, chip::Loop (*)(void*, void*)) ../../src/lib/support/Pool.cpp:127 (chip-tool+0x8ee05a) #10 ForEachActiveObject<chip::Messaging::ExchangeManager::OnMessageReceived(const chip::PacketHeader&, const chip::PayloadHeader&, const chip::SessionHandle&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&)::<lambda(auto:2*)> > ../../src/lib/support/Pool.h:396 (chip-tool+0xa08d10) #11 chip::Messaging::ExchangeManager::OnMessageReceived(chip::PacketHeader const&, chip::PayloadHeader const&, chip::SessionHandle const&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&) ../../src/messaging/ExchangeMgr.cpp:212 (chip-tool+0xa07e91) #12 chip::SessionManager::SecureUnicastMessageDispatch(chip::PacketHeader const&, chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:616 (chip-tool+0xa1548b) #13 chip::SessionManager::OnMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:443 (chip-tool+0xa14426) #14 chip::TransportMgrBase::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/TransportMgrBase.cpp:76 (chip-tool+0xa17dfa) #15 chip::Transport::Base::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/raw/Base.h:102 (chip-tool+0xb19728) #16 chip::Transport::UDP::OnUdpReceive(chip::Inet::UDPEndPoint*, chip::System::PacketBufferHandle&&, chip::Inet::IPPacketInfo const*) ../../src/transport/raw/UDP.cpp:122 (chip-tool+0xb1a48b) #17 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>) ../../src/inet/UDPEndPointImplSockets.cpp:688 (chip-tool+0xb00aa0) #18 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>, long) ../../src/inet/UDPEndPointImplSockets.cpp:569 (chip-tool+0xafff89) #19 chip::System::LayerImplSelect::HandleEvents() ../../src/system/SystemLayerImplSelect.cpp:406 (chip-tool+0xb07563) #20 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:181 (chip-tool+0x98a227) #21 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #22 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Location is global '(anonymous namespace)::gIsCommandRunning' of size 1 at 0x55f81c7745ff (chip-tool+0x000000c485ff) Mutex M185 (0x55f81c776180) created at: #0 pthread_mutex_lock ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4240 (libtsan.so.0+0x4f30a) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_LockChipStack() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:78 (chip-tool+0x989e90) #2 chip::DeviceLayer::PlatformManager::LockChipStack() ../../src/include/platform/PlatformManager.h:410 (chip-tool+0x988fa5) #3 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:170 (chip-tool+0x98a147) #4 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #5 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Thread T5 (tid=63013, running) created by main thread at: #0 pthread_create ../../../../src/libsanitizer/tsan/tsan_interceptors_posix.cpp:969 (libtsan.so.0+0x5ad75) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_StartEventLoopTask() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:231 (chip-tool+0x98a40a) #2 chip::DeviceLayer::PlatformManager::StartEventLoopTask() ../../src/include/platform/PlatformManager.h:375 (chip-tool+0xaacca2) #3 chip::Controller::DeviceControllerFactory::ServiceEvents() ../../src/controller/CHIPDeviceControllerFactory.cpp:331 (chip-tool+0xab0417) #4 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:403 (chip-tool+0x83e353) #5 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #6 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #7 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #8 main <null> (chip-tool+0x569c0a) SUMMARY: ThreadSanitizer: data race ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 in InteractiveStartCommand::ParseCommand(char*) ==================
woody-apple
added a commit
that referenced
this pull request
Jul 9, 2022
It's not safe to access line editing state from the IO thread while inside readline() on the main thread. Remove the code that attempts to redraw readline after printing logs. This avoids segfaults during logging at the cost of those logs overwriting the prompt (this is not trivial to fix as readline is a blocking API). ================== WARNING: ThreadSanitizer: data race (pid=63005) Write of size 1 at 0x55f81c7745ff by main thread: #0 InteractiveStartCommand::ParseCommand(char*) ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 (chip-tool+0x874911) #1 InteractiveStartCommand::RunCommand() ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:85 (chip-tool+0x874594) #2 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:408 (chip-tool+0x83e478) #3 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #4 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #5 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #6 main <null> (chip-tool+0x569c0a) Previous read of size 1 at 0x55f81c7745ff by thread T5 (mutexes: write M185): #0 LoggingCallback ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:46 (chip-tool+0x874479) #1 chip::Logging::LogV(unsigned char, unsigned char, char const*, __va_list_tag*) ../../src/lib/support/logging/CHIPLogging.cpp:221 (chip-tool+0x8ee4dc) #2 chip::Logging::Log(unsigned char, unsigned char, char const*, ...) ../../src/lib/support/logging/CHIPLogging.cpp:172 (chip-tool+0x8ee30a) #3 chip::app::ReadClient::RefreshLivenessCheckTimer() <null> (chip-tool+0x8b1746) #4 chip::app::ReadClient::ProcessSubscribeResponse(chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:845 (chip-tool+0x8b20ec) #5 chip::app::ReadClient::OnMessageReceived(chip::Messaging::ExchangeContext*, chip::PayloadHeader const&, chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:409 (chip-tool+0x8ae2a4) #6 chip::Messaging::ExchangeContext::HandleMessage(unsigned int, chip::PayloadHeader const&, chip::BitFlags<chip::Messaging::MessageFlagValues, unsigned int>, chip::System::PacketBufferHandle&&) <null> (chip-tool+0xa0517a) #7 operator()<chip::Messaging::ExchangeContext> ../../src/messaging/ExchangeMgr.cpp:219 (chip-tool+0xa08c73) #8 Call ../../src/lib/support/Pool.h:126 (chip-tool+0xa0912d) #9 chip::internal::HeapObjectList::ForEachNode(void*, chip::Loop (*)(void*, void*)) ../../src/lib/support/Pool.cpp:127 (chip-tool+0x8ee05a) #10 ForEachActiveObject<chip::Messaging::ExchangeManager::OnMessageReceived(const chip::PacketHeader&, const chip::PayloadHeader&, const chip::SessionHandle&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&)::<lambda(auto:2*)> > ../../src/lib/support/Pool.h:396 (chip-tool+0xa08d10) #11 chip::Messaging::ExchangeManager::OnMessageReceived(chip::PacketHeader const&, chip::PayloadHeader const&, chip::SessionHandle const&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&) ../../src/messaging/ExchangeMgr.cpp:212 (chip-tool+0xa07e91) #12 chip::SessionManager::SecureUnicastMessageDispatch(chip::PacketHeader const&, chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:616 (chip-tool+0xa1548b) #13 chip::SessionManager::OnMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:443 (chip-tool+0xa14426) #14 chip::TransportMgrBase::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/TransportMgrBase.cpp:76 (chip-tool+0xa17dfa) #15 chip::Transport::Base::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/raw/Base.h:102 (chip-tool+0xb19728) #16 chip::Transport::UDP::OnUdpReceive(chip::Inet::UDPEndPoint*, chip::System::PacketBufferHandle&&, chip::Inet::IPPacketInfo const*) ../../src/transport/raw/UDP.cpp:122 (chip-tool+0xb1a48b) #17 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>) ../../src/inet/UDPEndPointImplSockets.cpp:688 (chip-tool+0xb00aa0) #18 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>, long) ../../src/inet/UDPEndPointImplSockets.cpp:569 (chip-tool+0xafff89) #19 chip::System::LayerImplSelect::HandleEvents() ../../src/system/SystemLayerImplSelect.cpp:406 (chip-tool+0xb07563) #20 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:181 (chip-tool+0x98a227) #21 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #22 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Location is global '(anonymous namespace)::gIsCommandRunning' of size 1 at 0x55f81c7745ff (chip-tool+0x000000c485ff) Mutex M185 (0x55f81c776180) created at: #0 pthread_mutex_lock ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4240 (libtsan.so.0+0x4f30a) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_LockChipStack() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:78 (chip-tool+0x989e90) #2 chip::DeviceLayer::PlatformManager::LockChipStack() ../../src/include/platform/PlatformManager.h:410 (chip-tool+0x988fa5) #3 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:170 (chip-tool+0x98a147) #4 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75) #5 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c) Thread T5 (tid=63013, running) created by main thread at: #0 pthread_create ../../../../src/libsanitizer/tsan/tsan_interceptors_posix.cpp:969 (libtsan.so.0+0x5ad75) #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_StartEventLoopTask() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:231 (chip-tool+0x98a40a) #2 chip::DeviceLayer::PlatformManager::StartEventLoopTask() ../../src/include/platform/PlatformManager.h:375 (chip-tool+0xaacca2) #3 chip::Controller::DeviceControllerFactory::ServiceEvents() ../../src/controller/CHIPDeviceControllerFactory.cpp:331 (chip-tool+0xab0417) #4 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:403 (chip-tool+0x83e353) #5 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839) #6 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7) #7 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288) #8 main <null> (chip-tool+0x569c0a) SUMMARY: ThreadSanitizer: data race ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 in InteractiveStartCommand::ParseCommand(char*) ================== Co-authored-by: Michael Spang <[email protected]>
lpbeliveau-silabs
pushed a commit
to lpbeliveau-silabs/connectedhomeip
that referenced
this pull request
Sep 12, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
nipatel-silabs
pushed a commit
to nipatel-silabs/connectedhomeip
that referenced
this pull request
Oct 19, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
jculbert
pushed a commit
to jculbert/connectedhomeip
that referenced
this pull request
Jan 10, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
Thirsrin
pushed a commit
to Thirsrin/connectedhomeip
that referenced
this pull request
Jul 12, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Oct 5, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
mergify bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
…ist". (#29666) The typical failure there looks like this: ==29620==ERROR: LeakSanitizer: detected memory leaks Direct leak of 88 byte(s) in 1 object(s) allocated from: #0 0x106396e12 in calloc+0xa2 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x51e12) #1 0x7ff800dc9789 in map_images_nolock+0x24b (libobjc.A.dylib:x86_64h+0x1789) #2 0x7ff800dc94db in map_images+0x42 (libobjc.A.dylib:x86_64h+0x14db) #3 0x113d721fa in invocation function for block in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x112 (dyld:x86_64+0xf1fa) #4 0x113d6d6c8 in dyld4::RuntimeState::withLoadersReadLock(void () block_pointer)+0x28 (dyld:x86_64+0xa6c8) #5 0x113d720e1 in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x51 (dyld:x86_64+0xf0e1) #6 0x113d85d44 in dyld4::APIs::_dyld_objc_notify_register(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x4e (dyld:x86_64+0x22d44) #7 0x7ff800dc9343 in _objc_init+0x4fe (libobjc.A.dylib:x86_64h+0x1343) #8 0x7ff800d83992 in _os_object_init+0xc (libdispatch.dylib:x86_64+0x2992) #9 0x7ff800d911b7 in libdispatch_init+0x136 (libdispatch.dylib:x86_64+0x101b7) #10 0x7ff80bd34894 in libSystem_initializer+0xed (libSystem.B.dylib:x86_64+0x1894) #11 0x113d77e4e in invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0xb5 (dyld:x86_64+0x14e4e) #12 0x113d9eaac in invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0xf1 (dyld:x86_64+0x3baac) #13 0x113d95e25 in invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0x22c (dyld:x86_64+0x32e25) #14 0x113d64db2 in dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const+0x80 (dyld:x86_64+0x1db2) #15 0x113d95bb6 in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0xb2 (dyld:x86_64+0x32bb6) #16 0x113d9e603 in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0x1d1 (dyld:x86_64+0x3b603) #17 0x113d77d81 in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0x8f (dyld:x86_64+0x14d81) #18 0x113d7e659 in dyld4::PrebuiltLoader::runInitializers(dyld4::RuntimeState&) const+0x1d (dyld:x86_64+0x1b659) #19 0x113d8b76d in dyld4::APIs::runAllInitializersForMain()+0x25 (dyld:x86_64+0x2876d) #20 0x113d6938c in dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)+0xd72 (dyld:x86_64+0x638c) #21 0x113d684e3 in start+0x183 (dyld:x86_64+0x54e3)
HunsupJung
pushed a commit
to HunsupJung/connectedhomeip
that referenced
this pull request
Oct 23, 2023
…ist". (project-chip#29666) The typical failure there looks like this: ==29620==ERROR: LeakSanitizer: detected memory leaks Direct leak of 88 byte(s) in 1 object(s) allocated from: #0 0x106396e12 in calloc+0xa2 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x51e12) #1 0x7ff800dc9789 in map_images_nolock+0x24b (libobjc.A.dylib:x86_64h+0x1789) #2 0x7ff800dc94db in map_images+0x42 (libobjc.A.dylib:x86_64h+0x14db) project-chip#3 0x113d721fa in invocation function for block in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x112 (dyld:x86_64+0xf1fa) project-chip#4 0x113d6d6c8 in dyld4::RuntimeState::withLoadersReadLock(void () block_pointer)+0x28 (dyld:x86_64+0xa6c8) project-chip#5 0x113d720e1 in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x51 (dyld:x86_64+0xf0e1) project-chip#6 0x113d85d44 in dyld4::APIs::_dyld_objc_notify_register(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x4e (dyld:x86_64+0x22d44) project-chip#7 0x7ff800dc9343 in _objc_init+0x4fe (libobjc.A.dylib:x86_64h+0x1343) project-chip#8 0x7ff800d83992 in _os_object_init+0xc (libdispatch.dylib:x86_64+0x2992) project-chip#9 0x7ff800d911b7 in libdispatch_init+0x136 (libdispatch.dylib:x86_64+0x101b7) project-chip#10 0x7ff80bd34894 in libSystem_initializer+0xed (libSystem.B.dylib:x86_64+0x1894) project-chip#11 0x113d77e4e in invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0xb5 (dyld:x86_64+0x14e4e) project-chip#12 0x113d9eaac in invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0xf1 (dyld:x86_64+0x3baac) project-chip#13 0x113d95e25 in invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0x22c (dyld:x86_64+0x32e25) project-chip#14 0x113d64db2 in dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const+0x80 (dyld:x86_64+0x1db2) project-chip#15 0x113d95bb6 in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0xb2 (dyld:x86_64+0x32bb6) project-chip#16 0x113d9e603 in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0x1d1 (dyld:x86_64+0x3b603) project-chip#17 0x113d77d81 in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0x8f (dyld:x86_64+0x14d81) project-chip#18 0x113d7e659 in dyld4::PrebuiltLoader::runInitializers(dyld4::RuntimeState&) const+0x1d (dyld:x86_64+0x1b659) project-chip#19 0x113d8b76d in dyld4::APIs::runAllInitializersForMain()+0x25 (dyld:x86_64+0x2876d) project-chip#20 0x113d6938c in dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)+0xd72 (dyld:x86_64+0x638c) project-chip#21 0x113d684e3 in start+0x183 (dyld:x86_64+0x54e3)
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Jan 11, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
suveshpratapa
pushed a commit
to suveshpratapa/connectedhomeip
that referenced
this pull request
May 22, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
mykrupp
pushed a commit
to mykrupp/connectedhomeip
that referenced
this pull request
Jul 18, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs Squashed commit of the following: commit e8146293fbd04a20fc6d6a7997731d714271cceb Author: Shayna Kaushal <[email protected]> Date: Thu Jul 21 12:53:24 2022 -0400 [wifi] flow commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:37:06 2022 -0400 updated release version links commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 10:20:06 2022 -0400 fixed broken link in doc commit 0353026f6d24a5c03be7ab751232bb1a04b48814 Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:39:59 2022 -0400 updated commit 7fff13c2087349701291f7d49132f88e6b1e3c4b Author: Ezra Hale <[email protected]> Date: Thu Jul 21 09:36:23 2022 -0400 added links commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff Author: Ezra Hale <[email protected]> Date: Thu Jul 21 08:58:48 2022 -0400 updated location of pi image commit 52cd19670d0d5e07ee62b961f142e296b2214703 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:44:47 2022 -0400 updated title commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:43:33 2022 -0400 updated some language commit 3392b1eae54510f0470d656492c4cb1940ec3518 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 14:40:30 2022 -0400 added header to Matter README.md commit b1427675245daac4c223ee9bc3284ebddfb022ce Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:55:31 2022 -0400 small edit commit 16483955fa46c4415275b6e14810f21231acde0f Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:53:58 2022 -0400 update doc in build and flash commit e34b02701f18ece1a87e03df5164cf142bd9b685 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 13:47:03 2022 -0400 updated link on build and flash commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12 Author: Ezra Hale <[email protected]> Date: Wed Jul 20 09:46:55 2022 -0400 updated links and supported platforms commit f83790ae5ad212714f2a3149ca22033125262c50 Author: jepenven-silabs <[email protected]> Date: Tue Jul 19 14:31:52 2022 -0400 cleanup documentation commit 02221236ea0c17fa9051d115b174763353f49b76 Author: Ezra Hale <[email protected]> Date: Tue Jun 28 13:39:23 2022 -0400 first commit of matter documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.