#4098 closed bug (fixed)
crashed app consumes all cpu when disable_debugger is used
Reported by: | augiedoggie | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Starting with hrev29302 an app which crashes after having called disable_debugger() causes the system to consume all cpu time. The attached sample code is an excerpt from the CMake test suite which expects the app to crash and return control to the parent.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | crasher.cpp added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Just to confirm, this fix took care of the CMake dashboard failure we've been seeing the last few months. CMake is now passing all 107 tests. http://www.cdash.org/CDash/buildSummary.php?buildid=379567
Note:
See TracTickets
for help on using tickets.
Fixed in hrev31584.