Opened 16 years ago
Closed 16 years ago
#3379 closed bug (fixed)
app_server crash / issues with font cache
Reported by: | rossi | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Apperently since hrev29047 (change in FontServerCache), I do experience a lot of crashes in app_server with a trip to GDB.
GDB backtrace attached.
Originally I thought this was related to ticket #3282, however it is a seperate issue, therefore this new ticket.
Comment by anevilyak (taken from ticket #3282):
"The backtrace you submitted looks to have been caused by hrev29047. This is a completely different bug and probably should have a separate ticket filed, as it seems to be trying to delete either already freed or uninitialized font cache pointer, which is a separate issue from the originally reported crash in this ticket."
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | app_server_crash3.jpg added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev29061. The memory was already managed by the block allocator. Sorry about the inconvenience.