Opened 13 years ago
Last modified 8 years ago
#7587 assigned bug
Complete system hang
Reported by: | andrewz | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/alpha2 |
Keywords: | system crash | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
When I run the MessageDemo application, the system hangs, with kernel process at 100% CPU. MessageDemo is a inter-application messaging demo I wrote. It ran fine on A2 nightlies in March. I did a clean install with A2 nightly from May 25.
MessageDemo aka MessDemo can be downloaded from Haikuware here: http://haikuware.com/directory/view-details/development/sample-code/messdemo\
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Looks like there is a problem with Audio Mixer Control, it is using 100% CPU. Debug info says: MixerInput::BufferReceived MajorGlitch
Glitch, buffer too late
comment:3 by , 10 years ago
Hi, There is no freeze anymore, but the sounds aren't played, either.
Also your app is missing some code, to delete the BSimpleGameSound instances when the window is destroyed. They are leaked and this confuses the media kit.
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I can provide source code