NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/47806: "Abort trap" when running Linux lddconfig



>Number:         47806
>Category:       kern
>Synopsis:       "Abort trap" when running Linux lddconfig
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 08 08:30:00 +0000 2013
>Originator:     Thomas Klausner
>Release:        NetBSD 6.99.19
>Organization:
Curiosity is the very basis of education and if you tell me that 
curiosity killed the cat, I say only that the cat died nobly.
- Arnold Edinborough
>Environment:
System: NetBSD yt.nih.at 6.99.19 NetBSD 6.99.19 (KVOTHE) #4: Wed May 1 16:58:18 
CEST 2013 
wiz%yt.nih.at@localhost:/archive/foreign/src/sys/arch/amd64/compile/obj/KVOTHE 
amd64
Architecture: x86_64
Machine: amd64
>Description:
When installing various SUSE Linux emulation packages from pkgsrc, lddconfig is
run automatically. For some time now (months?) this fails with
[1]   Abort trap              (/usr/pkg/emul/l...

ktrace -di output in that area says:
  9671   9671 ldconfig NAMI  "/emul/linux/lib64/libnss_nis.so.2"
  9671   9671 ldconfig RET   open 4
  9671   9671 ldconfig CALL  fstat64(4,0x7f7fffffd9e0)
  9671   9671 ldconfig RET   fstat64 0
  9671   9671 ldconfig CALL  mmap(0,0xcd78,1,1,4,0)
  9671   9671 ldconfig RET   mmap 140187597983744/0x7f7ff7fad000
  9671   9671 ldconfig CALL  munmap(0x7f7ff7fad000,0xcd78)
  9671   9671 ldconfig RET   munmap 0
  9671   9671 ldconfig CALL  close(4)
  9671   9671 ldconfig RET   close 0
  9671   9671 ldconfig CALL  rt_sigprocmask(1,0x7f7fffffd9b0,0,8)
  9671   9671 ldconfig RET   rt_sigprocmask 0
  9671   9671 ldconfig CALL  gettid
  9671   9671 ldconfig RET   gettid 9671/0x25c7
  9671   9671 ldconfig CALL  tgkill(0x25c7,0x25c7,6)
  9671   9671 ldconfig RET   tgkill 0
  9671   9671 ldconfig PSIG  SIGABRT SIG_DFL: code=SI_LWP sent by pid=9671, 
uid=0)
 15222      1 sh       RET   __wait450 9671/0x25c7
 15222      1 sh       CALL  write(2,0x7f7ff7b36080,0x10)
 15222      1 sh       GIO   fd 2 wrote 16 bytes
       "[1]   Abort trap"
 15222      1 sh       RET   write 16/0x10
 15222      1 sh       CALL  write(2,0x7f7ff7b36080,0x21)
 15222      1 sh       GIO   fd 2 wrote 33 bytes
       "              (/usr/pkg/emul/l..."



>How-To-Repeat:
Example:
# pkg_add suse_krb5
suse_krb5-12.1nb1: rebuilding run-time library search paths database
[1]   Abort trap              (/usr/pkg/emul/l...
>Fix:
        

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index