| Summary: | /usr/ports/deve/pear broken | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Rick van der Zwet <rick> |
| Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rick van der Zwet
2006-03-16 15:09:47 UTC
State Changed From-To: open->feedback Installs just fine here. Can you tell us, which process got signal 11? Responsible Changed From-To: freebsd-ports-bugs->pav Poke Weird, ain't a pear or php bug, problems seems to exists at a much higher level. He coredump at exit. (gdb) run go-pear ..... *** EOF MARK (echo) *** Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) backtrace #0 0x00000000 in ?? () #1 0x28cc2504 in ?? () from /usr/local/lib/nss_winbind.so.1 #2 0x28cc50c0 in winbindd_fd () from /usr/local/lib/nss_winbind.so.1 #3 0x2812e3d8 in ?? () from /libexec/ld-elf.so.1 #4 0xbfbfe8b8 in ?? () #5 0x28114b3e in _rtld_error () from /libexec/ld-elf.so.1 #6 0x28cc4830 in _fini () from /usr/local/lib/nss_winbind.so.1 #7 0x2812d018 in tls_dtv_generation () from /libexec/ld-elf.so.1 #8 0x2812e3d8 in ?? () from /libexec/ld-elf.so.1 #9 0xbfbfe8c8 in ?? () #10 0x2811508e in elf_hash () from /libexec/ld-elf.so.1 #11 0x28117970 in dlclose () from /libexec/ld-elf.so.1 #12 0x281fc9c8 in _nsdbtaddsrc () from /lib/libc.so.6 #13 0x281fc58b in endhostent () from /lib/libc.so.6 #14 0x281fca48 in _nsdbtaddsrc () from /lib/libc.so.6 #15 0x2821bb83 in __cxa_finalize () from /lib/libc.so.6 #16 0x2821b7be in exit () from /lib/libc.so.6 #17 0x080ec09c in main () (gdb) quit This will be a bit hard to fix for me ;-). Bug report sounds 'closed' to me. Cheerz, Rick State Changed From-To: feedback->closed Backtrace leads to samba's nss_winbind -> not a pear bug. |