Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 1995 23:58:13 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Interesting feature
Message-ID:  <199511052258.XAA28002@uriah.heep.sax.de>

next in thread | raw e-mail | index | archive | help
I didn't know that our compatibility is that good. :-)

Note: all this is on a fairly `normal' kernel, i.e., *no* Linux compat
of either kind!

j@uriah 812% file *
...
klmtest:         Linux/i386 demand-paged executable (QMAGIC) not stripped
...
nlmtest:         Linux/i386 demand-paged executable (QMAGIC) not stripped
...
j@uriah 813% ./klmtest 
Bus error (core dumped)
j@uriah 814% ./nlmtest 
Bus error (core dumped)
j@uriah 815% gdb klmtest
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.13 (i386-unknown-freebsd), 
Copyright 1994 Free Software Foundation, Inc...
(gdb) run
Starting program: /tmp/lockd-0.4/OLD/klmtest 

Program received signal SIGBUS, Bus error.
0x2c7c in __main ()
(gdb) up
#1  0x2dad in __load_shared_libraries ()
(gdb) quit


Hmm, is this a bug, or a feature?

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511052258.XAA28002>