NetBSD-Bugs archive

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

Re: kern/41288: FreeBSD emulation stop working



The following reply was made to PR kern/41288; it has been noted by GNATS.

From: Takahiro Kambe <taca%back-street.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/41288: FreeBSD emulation stop working
Date: Wed, 31 Mar 2010 12:48:48 +0900 (JST)

 Here are cleaner ktruss's output.
 
 % ktruss ./motd.static 
  11314      1 ktruss   fktrace                     = 0
  11314      1 ktruss   emul(netbsd)
  11314      1 ktruss   fcntl(0x4, 0x3, 0)          = 1
  11314      1 ktruss   fcntl(0x4, 0x4, 0x1)        = 0
  11314      1 motd.static execve("./motd.static", 0xbfbfeae4, 0xbfbfeaec) 
JUSTRETURN
  11314      1 motd.static emul(freebsd)
  11314      1 motd.static open("/emul/freebsd/etc/motd", 0, 0) = 3, 8284
  11314      1 motd.static close(0x3)               = 0, 8284
  11314      1 motd.static exit(0)
 
 % ktruss ./motd       
  18519      1 ktruss   fktrace                     = 0
  18519      1 ktruss   emul(netbsd)
  18519      1 ktruss   fcntl(0x4, 0x3, 0)          = 1
  18519      1 ktruss   fcntl(0x4, 0x4, 0x1)        = 0
  18519      1 motd     execve("./motd", 0xbfbfeaec, 0xbfbfeaf4) JUSTRETURN
  18519      1 motd     emul(freebsd)
  18519      1 motd     open("/emul/freebsd/usr/libexec/ld.so", 0, 0) = 3, 
-1077937288
  18519      1 motd     SIGSEGV SIG_DFL
 
 % uname -rs
 NetBSD 5.99.24
 
 Best regards.
 
 -- 
 Takahiro Kambe <taca%back-street.net@localhost>
 


Home | Main Index | Thread Index | Old Index