GNOME Bugzilla – Bug 757196
Synopsys design compiler segfaults with glib version>2.44.1
Last modified: 2017-11-17 14:57:49 UTC
Created attachment 314243 [details] backtrace Synopsys design compiler (proprietary software) segfaults when current versions of glib2 are installed. The last known working glib2 version is 2.44.1 I've attached the backtrace of the coredump.
You should open a bug against the compiler, since we cannot test it and we're definitely not segfaulting in the compilers we can (and, indeed, do) test.
The program I mentioned is not a C compiler, it is an EDA program. I installed glib2 from my distro's(Archlinux) repositories.
already fixed in master and will be in 2.46.2 *** This bug has been marked as a duplicate of bug 755609 ***
It looks like the Archlinux package already has the fix mentioned in the other bug. However, Synopsys DC still segfaults. I face this problem even with glib-git.
Still broken with glib2-git-2.47.1.15.g236e804
That backtrace doesn’t contain any particularly useful information, and there hasn’t been any activity here for 2 years, so I’m going to close this bug. If this is still an issue with the latest version of GLib, please re-open this bug and provide an updated backtrace, including debug symbols, with G_DEBUG=gc-friendly set in the environment. My guess is that this is some kind of memory corruption problem, so running with G_DEBUG=gc-friendly will see if it’s in GSlice or not. Getting a log from valgrind’s memcheck tool would also be useful. Thanks.