Tue, 19 Apr 2005 21:11:09 +0200, Pascal Bleser <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Arnaud Vandyck wrote: > | Bonjour à tous, > Heps m'gamin ;) > > | Je suis en train d'essayer TinyERP pour faire mes factures et essayer de > | gérer un peu mon activité d'indépendant complémentaire. > | J'ai installé le serveur et le client, créé la base de données, lancé le > | programme, mais quand je choisis Menu/Operations/Partners/Partners... > | boom! > | Segmentation Fault. > > Soit c'est un bug (assez improbable), soit une dépendance (librairie) qui est > dans une version non > compatible (quoique ça devrait plutôt être un Bus Error mais bon...). Certainement un mauvais mix de Python2.3 et 2.4... ou bien j'ai oublié une librairie, mais j'ai l'impression que j'ai bien suivi les instructions d'installation sur le site. > Essaye un peu un strace dessus pour voir où il se casse la gu... > > strace tinyerp > > Ca aide souvent, p;ex. quand tu vois qu'il se tronche en essayant de lire un > fichier ou répertoire > (open() ou read()). probable que ce soit ça, mais je ne comprends rien! :'( open("/usr/X11R6/lib/X11/icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30483000 read(3, "[Icon Theme]\nInherits=Industrial"..., 4096) = 33 close(3) = 0 munmap(0x30483000, 4096) = 0 open("/home/arnaud/.icons/Industrial/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/arnaud/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/icons/Industrial/cursors/xterm", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30483000 read(3, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368 _llseek(3, 0, [0], SEEK_SET) = 0 read(3, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368 close(3) = 0 munmap(0x30483000, 4096) = 0 writev(5, [{"<\24\0\2\3\0\0060\231\4\0\5\3\0\0061\3\0\6/\0\0\0.\0\0"..., 404}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2304}], 2) = 2708 writev(5, [{"<\24\0\2\3\0\0066\231\4\0\5\3\0\0067\3\0\0065\0\0\0.\0"..., 2044}, {"\377\0\0\0\377\0\0\0\377\0\0\0", 12}], 2) = 2056 write(5, "\10\24\0\2\3\0\0?\2\4\0\4\3\0\5\226\0\0\0\1\0\0\0\0\f\0"..., 2048) = 2048 write(5, "5\30\0\4\3\0\6D\3\0\5\307\0\t\0\24;\3\0\5\3\0\0a\0\0\0"..., 2032) = 2032 write(5, "F\30\0\5\3\0\6O\3\0\0a\0\0\0\0\0w\0\0228\0\0\4\3\0\0a\0"..., 2040) = 2040 write(5, "8\30\0\4\3\0\0a\0\10\0\0\0\0\0\0006w\0\2\3\0\6X5\30\0\4"..., 2044) = 2044 writev(5, [{"B\30\0\5\3\0\6b\3\0\5\232\0\0\0\0\0\0\0\21;\3\0\5\3\0\0"..., 2048}, {"\0\212\215\215\0\212\215\215\0\0\0\0", 12}], 2) = 2060 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ [EMAIL PROTECTED]:~$ -- Arnaud Vandyck Java Trap: http://www.gnu.org/philosophy/java-trap.html _______________________________________________________ Linux Mailing List - http://www.unixtech.be Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux Archives: http://www.mail-archive.com/linux@lists.unixtech.be IRC: chat.unixtech.be:6667 - #unixtech NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech