Opened 19 years ago
Closed 17 years ago
#152 closed bug (fixed)
PANIC: heap overgrew itself
Reported by: | Owned by: | axeld | |
---|---|---|---|
Priority: | blocker | Milestone: | R1/alpha1 |
Component: | System/Kernel | Version: | |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Look the screen.
Attachments (2)
Change History (9)
by , 19 years ago
comment:1 by , 19 years ago
Could you please also do sc
in kdl and bt
in gdb?
This cold prevent bug duplication?
Look at the screenshot of this bug
http://www.haiku-os.org/bugzilla/show_bug.cgi?id=121
Could be pretty much same problem, no?
comment:2 by , 19 years ago
"Heap overgrew" just means that the currently fixed size kernel heap is full. To relieve the problem a bit, I've enlarged the kernel heap to 32 MB which should give Haiku enough time to crash for another reason :-)
Ultimately, the current heap allocator should be replaced by a slab allocator.
follow-up: 5 comment:3 by , 19 years ago
Cc: | added |
---|
comment:4 by , 18 years ago
Platform: | → All |
---|
I have the same problem during some ./configure script (I'm using hrev20414). Maybe attached backtrace will be useful.
by , 18 years ago
Attachment: | heap-overgrew-itself.txt added |
---|
comment:5 by , 17 years ago
Replying to diver:
As I know there is slab allocator implemented by Hugo Santos. Can we use it here?
comment:6 by , 17 years ago
Milestone: | R1 → R1/alpha |
---|
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This should be fixed with the heap rework in hrev23939.
Debugging Land