#11850 closed bug (invalid)
Crash on free()
Reported by: | dlancer | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Haiku/latest nightly, x86_gcc2_hybrid, VirtualBox:
I try run simple test app with window and rederer creation. When I use gcc2 version all works as expected, when I try use x86 gcc4 version, test appication always crash on renderer creation.
Attachments (2)
Change History (8)
by , 10 years ago
comment:1 by , 10 years ago
Without a corresponding crash report it's hard to say, but at first glance this sounds like a duplicate of #6400.
comment:2 by , 9 years ago
Component: | - General → System/libroot.so |
---|---|
Keywords: | sdl2 x86 removed |
Owner: | changed from | to
Summary: | SDL2_x86 library problem → Crash on free() |
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Without more information it's hard to say what the problem is here. Can you please re-test using libroot_debug and the guarded heap? That will show if it's a problem in your application or not.
comment:5 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
This does not appear to be a bug in Haiku (or in Hoard) but rather a double-free, UAF, etc.
comment:6 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
test app