GNOME Bugzilla – Bug 157045
Crash when undeleting columns in a sheet with a chart object
Last modified: 2004-12-22 21:47:04 UTC
* Open the attached file * Remove columns C D E * Undo -> crash Sometimes it takes two times before crash. Program received signal SIGSEGV, Segmentation fault.
+ Trace 51537
Thread 1088607648 (LWP 19522)
Created attachment 33313 [details] Sample file
UMR: Uninitialized memory read (2 times) This is occurring while in: dependents_unrelocate [dependent.c:1496 pc=0xd5000] cmd_ins_del_colrow_undo [commands.c:1263 pc=0xb1ff0] command_undo [commands.c:476 pc=0xaf4b8] Reading 4 bytes from 0xabe0f4 in the heap. Address 0xabe0f4 is 12 bytes into a malloc'd block at 0xabe0e8 of 24 bytes. This block was allocated from: malloc [rtlib.o pc=0x730f8] g_malloc [gmem.c:137 pc=0xfa3c5a4c] dependents_relocate [dependent.c:1666 pc=0xd5cf8] sheet_delete_cols [sheet.c:3269 pc=0x1864cc] cmd_ins_del_colrow_redo [commands.c:1348 pc=0xb261c] command_push_undo [commands.c:762 pc=0xaff9c] cmd_ins_del_colrow [commands.c:1441 pc=0xb2b48]
Fixed in CVS.