| Summary: | app-emulation/x48-0.6.1 fails with 'segmentation fault' message | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Enrique Domínguez <enrique_pinos> |
| Component: | Current packages | Assignee: | Kevin McCarthy (RETIRED) <signals> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | flameeyes |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Enrique Domínguez
2009-10-26 22:30:35 UTC
Can't reproduce this. strace and gdb could be of help. (In reply to comment #1) > Can't reproduce this. > > strace and gdb could be of help. > I'm sorry, no idea how to do it that. Please could you show me output of this command? $ equery depgraph --depth=1 app-emulation/x48 * dependency graph for app-emulation/x48-0.6.1 `-- app-emulation/x48-0.6.1 `-- x11-libs/libXext-1.0.5 `-- x11-libs/libX11-1.2.2 `-- x11-proto/xextproto-7.0.5 `-- app-text/rman-3.2 `-- sys-libs/readline-6.0_p3 `-- sys-libs/ncurses-5.6-r2 `-- app-arch/unzip-6.0-r1 `-- sys-libs/gpm-1.20.5 `-- app-arch/xz-utils (unable to resolve to a package / package masked or removed) Thanks a lot (In reply to comment #1) > Can't reproduce this. > > strace and gdb could be of help. > I found this guide http://www.gentoo.org/proj/en/qa/backtraces.xml and I got a core file, I'm tar-bzipped it and sending you now. Hope it help. I don't understand very well steps for backtraces, following core file I ran this command: $ gdb /usr/bin/x48 --core core --batch --quiet -ex "thread apply all bt full" -ex "quit" with core file I sent you, and got: thread apply all bt full" -ex "quit" (no debugging symbols found) warning: Can't read pathname for load map: Input/output error. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Core was generated by `x48 -rom /usr/share/hp48/sxrom-j'. Program terminated with signal 11, Segmentation fault. [New process 7569] #0 0xb7ced6e3 in strlen () from /lib/libc.so.6 Thread 1 (process 7569): #0 0xb7ced6e3 in strlen () from /lib/libc.so.6 ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #1 0xb7cd8895 in puts () from /lib/libc.so.6 No symbol table info available. #2 0x0805be34 in ?? () No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. COuld you told me if this information is useful for you? Thanks. Please, reopen this bug if this is not fixed with the just-committed 0.6.3 version. Thanks. |