Date: Sun, 3 Sep 2006 01:29:12 +0200 Thomas Girard <[EMAIL PROTECTED]> wrote:
> Hi again, > > On Sun, Sep 03, 2006 at 01:12:06AM +0200, Nacho Barrientos Arias wrote: > > Done. I just applied the attached patch to a clean 0.6.1-2 source tree > > and compiled it in a clean SID chroot. It crashes in the same way. > > > > --- 8< --- > > [EMAIL PROTECTED]: ~ $ rm .maneditrc > > [EMAIL PROTECTED]: ~ $ manedit > > [EMAIL PROTECTED]: ~ $ manedit > > ManEdit triggered a segmentation fault (1 times) > > ManEdit triggered a segmentation fault (2 times) > > ManEdit triggered a segmentation fault (3 times) > > ManEdit attempting immediate process exit(). > > --- 8< --- > > > > I'm available for all the required debug operations. > > Can you please recompile this patched version with debug info (setting > the DEB_BUILD_OPTIONS environment variable to "noopt,nostrip" should > do) then send here the output of "bt full" in gdb? Running as suggested above: DEB_BUILD_OPTIONS="noopt,nostrip" dpkg-buildpackage -rfakeroot -us -uc According to debug information, Manedit has been compiled with this CFLAGS: -g -O0 -Wall -fno-strict-aliasing -DHAVE_GZIP -DHAVE_BZIP2 `gtk-config --cflags` -DPREFIX=\"/usr\" -DLOCALBASE=\"/usr\" -DX11BASE=\"/usr/X11R6\" And «bt full» shows: (gdb) bt full #0 0x00002b1540b103f0 in gtk_paint_hline () from /usr/lib/libgtk-1.2.so.0 No symbol table info available. #1 0x00002b1540b10aa1 in gtk_style_attach () from /usr/lib/libgtk-1.2.so.0 No symbol table info available. #2 0x00002b1540b3e390 in gtk_widget_size_request () from /usr/lib/libgtk-1.2.so.0 No symbol table info available. #3 0x0000000000423710 in EditorNew () No symbol table info available. #4 0x000000000045fe17 in MEditInit () No symbol table info available. #5 0x00000000004610a6 in main () No symbol table info available. If required, i can attach compiling related debug information. > > Thanks, Welcome. -- bye, - Nacho