Opened 13 years ago
Closed 12 years ago
#337 closed defect (worksforme)
ppc32 fb server failed assert in memory allocator
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/srv/fb | Version: | |
Keywords: | malloc | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
As of changeset:mainline,927 tried to build ppc32 non-debug (since debug does not work). However, fb crashes with failed assertion in memory allocator code:
Assertion failed (area→magic == HEAP_AREA_MAGIC) at file 'generic/malloc.c', line 220.
See screenshot.
Attachments (2)
Change History (7)
by , 13 years ago
Attachment: | ppc32-fb-crash.png added |
---|
comment:2 by , 13 years ago
The stacktrace corresponds to:
fb_client_connection() -> shm_handle() -> shm2pixmap() -> malloc()
comment:3 by , 13 years ago
I tested on mainline,1284 and was not able to reproduce the crash either with non-debug or debug. Can the submitter retest with the current mainline?
comment:4 by , 13 years ago
Keywords: | malloc added |
---|
comment:5 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I am closing this as the issue does not seem reproducible. Please file a new ticket should the symptoms return in the mainline.
Note:
See TracTickets
for help on using tickets.
Screenshot of crashed FB server