On Thu, 2005-04-21 at 14:38 +0800, Dong Calmada wrote: > stat64("/usr/share/locale/en_GB/LC_MESSAGES/gnucash.mo", > {st_mode=S_IFREG|0644, st_size=251441, ...}) = 0 > stat64("/usr/share/locale-langpack/en_GB/LC_MESSAGES/gnucash.mo", > 0xbfffe854) = -1 ENOENT (No such file or directory)
Looks like it's trying to access a file that's not there... Have you tried checking whether there's a file named as such in your system? > time(NULL) = 1114062724 > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > write(5, "\2\0\4\0\354\4 \3\0\10\0\0=\240\2\1\f\1\4\0\354\4 [EMAIL > PROTECTED]"..., > 6400) = 6400 > read(5, 0xbfffe37c, 32) = -1 EAGAIN (Resource > temporarily unavailable) And tries to read from a place that's not there. Might be brought about by accessing a FILE * which is set to NULL perhaps? This is written in C, right? maybe it's time for me to apt-get source gnucash. ;) > select(6, [5], NULL, NULL, NULL) = 1 (in [5]) > read(5, "\23\0\25-\354\4 \3\354\4 \3\0\0\0\0\0\0\0\0\0\0\0\0\230"..., > 32) = 32 > read(5, "\23\4\27-\347\4 \3\347\4 \3\0\n\f\10\220\31\364\10\347"..., > 32) = 32 > read(5, "\26Y -\365\4 \3\365\4 \3\364\4 \3\2\0\0\0\v\0\16\0\0\0"..., > 32) = 32 > read(5, "\26Y!-\365\4 \3\365\4 \3\364\4 \3\2\0\16\0\v\0\16\0\0\0"..., > 32) = 32 > read(5, "\23\4\'-\365\4 \3\365\4 \3\0\n\f\10\220\31\364\10\365\4"..., > 32) = 32 > read(5, "\26Y(-\364\4 \3\364\4 \3\365\4 \3\2\0\35\0\v\0\v\0\0\0"..., > 32) = 32 > read(5, "\23\0)-\364\4 \3\364\4 \3\0\n\f\10\220\31\364\10\364\4"..., > 32) = 32 > read(5, "\26Y*-\363\4 \3\363\4 \3\364\4 \3\2\0\2\0\v\0\v\0\0\0\0"..., > 32) = 32 > read(5, "\23\0+-\363\4 \3\363\4 \3\0\n\f\10\220\31\364\10\363\4"..., > 32) = 32 > read(5, "\23\4--\362\4 \3\362\4 \3\0\n\f\10\220\31\364\10\362\4"..., > 32) = 32 > read(5, "\23\0041-\366\4 \3\366\4 \3\0\31\364\10\366\4 \3\0\0\0"..., > 32) = 32 > read(5, "\23\0045-\367\4 \3\367\4 \3\0\31\364\10\367\4 \3\0\0\0"..., > 32) = 32 > read(5, "\23\0047-\276\4 \3\276\4 \3\0\31\364\10\367\4 \3\0\0\0"..., > 32) = 32 > read(5, "\23\4\221-\370\4 \3\370\4 \3\0\n\f\10\220\31\364\10\370"..., > 32) = 32 > read(5, "\23\4\226-\371\4 \3\371\4 \3\0\n\f\10\220\31\364\10\371"..., > 32) = 32 > read(5, "\23\4\236-\373\4 \3\373\4 \3\0\n\f\10\220\31\364\10\373"..., > 32) = 32 > read(5, "\23\4\243-\374\4 \3\374\4 \3\0\n\f\10\220\31\364\10\374"..., > 32) = 32 > read(5, "\1\1\332-\0\0\0\0 \2 \3\0\0\0\0\0\0\0\0\0\0\0\0\230]\235"..., > 32) = 32 > clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID| > SIGCHLD, child_tidptr=0xb7feca08) = 14624 > waitpid(14624, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 14624 > --- SIGCHLD (Child exited) @ 0 (0) --- > Now this part I don't get... Although it shows a "graceful" killing of the children. -- -=[ Mild 7 Smoking Systems Developer ]=- ymid: mikhailberis [EMAIL PROTECTED] http://mikhailberis.blogspot.com +639217841815 -- Philippine Linux Users' Group (PLUG) Mailing List plug@lists.q-linux.com (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie