Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114471 - drgeo: *** glibc detected *** free(): invalid next size (fast): 0x0837e800 ***
Summary: drgeo: *** glibc detected *** free(): invalid next size (fast): 0x0837e800 ***
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-04 12:58 UTC by Colin Macdonald
Modified: 2005-12-04 14:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2005-12-04 12:58:18 UTC
On my ~x86 box, drgeo 1.1.0 starts up ok and shows its main window.  However, it
crashes with:
*** glibc detected *** free(): invalid next size (fast): 0x082d5f48 ***
Aborted
if I click File->Open, File->Evaluate, or Edit->Preferences, or File->New->Text.
(the hex number after fast is typically different everytime).

If I click File->New->Figure, I sometimes get the error message above and
sometimes a segmentation fault:

(drgeo:6183): libglade-WARNING **: Unknown GtkToolbar child property: width_request

(drgeo:6183): libglade-WARNING **: Unknown GtkToolbar child property: height_request
Segmentation fault
Comment 1 Colin Macdonald 2005-12-04 13:08:59 UTC
I just did a backtrace and it seems the problem is from using scim.  If I export
GTK_IM_MODULE="" before starting drgeo it seems to work fine.

Closing for now until I find more information.
Comment 2 Colin Macdonald 2005-12-04 14:32:22 UTC
Yes it was a false alarm.  I recently switched from gcc 3.3 to 3.4 and aparently
scim was causing problems for some GTK apps.  I rebuild scim and scim-pinyin and
now it works fine.  Leaving this closed invalid.