On Tue, Oct 02, 2007 at 11:40:26AM +0200, G. Milde wrote: > On 2.10.07, [EMAIL PROTECTED] wrote: > > You can follow abiword with strace. > > I tried this but I am too inexperienced in reading/understanding the output. > Shall I send a full trace? The last lines are:: > > > open("/usr/X11R6/lib/X11/icons/default/cursors/left_ptr", O_RDONLY) = -1 > ENOENT (No such file or directory) > open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = -1 ENOENT > (No such file or directory) > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > rt_sigaction(SIGSEGV, {0x8178d8c, [SEGV], SA_RESTORER|SA_RESTART, > 0xb722e898}, {SIG_DFL}, 8) = 0 > gettimeofday({1191317563, 462879}, NULL) = 0 > open("Unbenannt1.abw.SAVED", O_RDWR|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6 > fstat64(6, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = > 0xb7fcd000 > write(6, "<?xml version=\"1.0\" encoding=\"UT"..., 1024) = 1024 > time(NULL) = 1191317563 > write(6, " -->\n<!-"..., 1024) = 1024 > write(6, "ont-weight:normal; bgcolor:trans"..., 457) = 457 > close(6) = 0 > munmap(0xb7fcd000, 4096) = 0 > rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 > tgkill(9925, 9925, SIGABRT) = 0 > --- SIGABRT (Aborted) @ 0 (0) --- > +++ killed by SIGABRT +++ > Process 9925 detached
OK, I didn't know that “Abgebrochen” means Segfault. I wouldn't care about the line open("Unbenannt1.abw.SAVED", ...) if it would do the same on my machine, but it doesn't :/ maybe that happens only on a crash. I'm not very sure how to help out now. You could join a complete log of strace (strace abiword 2>& abiword.strace), also a backtrace from gdb (execute “gdb abiword”, then type “set logging on abiword.gdb”, and type “run”). On a side thought, you can run killall xfce-mcs-manager and start abiword without it. This will make sure that the theme settings are making abiword unhappy! > > > Thanks for the fast reply, > > Guenter Mike PS: don't forget to reply to the bug report too. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]