dbus-daemon segfault under Solaris
Pavel Strashkin
pavel.strashkin at gmail.com
Fri Dec 17 02:37:48 PST 2010
Hello,
After successfull compiling dbus-1.4.0 under Solari and trying to run
dbus-daemon i've got segfault. Somewhere i saw that the reason is in
"--gc-sections" flag so i've commented the following lines in
configure.in:
==BEG==
1265 #if ld_supports_flag --gc-sections; then
1266 # SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
1267 # CFLAGS="-ffunction-sections -fdata-sections $CFLAGS"
1268 #fi
==END
and recompiled dbus again...and success - dbus-daemon works fine.
More information about the dbus
mailing list