Opened 9 years ago
Last modified 4 years ago
#12554 new bug
Refractions v1.0 BeOS crashed at startup
Reported by: | lelldorin | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/Development |
Keywords: | refraction | Cc: | lelldorin |
Blocked By: | Blocking: | #12553 | |
Platform: | x86 |
Description
I am testing my original BeOS apps and try to install/run Refrection 1.0. The program crashed at start up.
The package have an error too, it crashed first time running, second time it installs
Attachments (2)
Change History (9)
by , 9 years ago
Attachment: | Refraction-28084-debug-01-01-2016-01-22-42.report added |
---|
by , 9 years ago
Attachment: | LegacyPackageInstaller-3968-debug-01-01-2016-01-13-58.report added |
---|
beos pkg crash report
comment:1 by , 9 years ago
Blocking: | 12553 added |
---|
follow-up: 4 comment:3 by , 9 years ago
It doesn't look very similar, except it crashes somewhere in EXR Translator. The problem is heap corruption, so it would be interesting to run the program with libroot_debug to see if it gives a better hint to what's broken.
comment:4 by , 9 years ago
Replying to pulkomandy:
It doesn't look very similar, except it crashes somewhere in EXR Translator. The problem is heap corruption, so it would be interesting to run the program with libroot_debug to see if it gives a better hint to what's broken.
How can i do this? Running the app with libroot_debug?
comment:5 by , 9 years ago
From the command line: LD_PRELOAD=/system/lib/libroot_debug.so ./Refraction
comment:7 by , 4 years ago
I could only find 1.0beta6. It still crashes, but not in the EXR translator anymore. While debugging it, it also keeps endlessly creating new threads.
Interestingly, with libroot_debug I managed to create a new image without crash. But then I tried to open a second one and it crashes with a double free.
So, it looks like a bug in the app that happened to not do any harm on BeOS.
refraction crash report