From owner-freebsd-hackers Sun Nov 5 21:21:30 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA06557 for hackers-outgoing; Sun, 5 Nov 1995 21:21:30 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id VAA06544 for ; Sun, 5 Nov 1995 21:21:26 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id GAA09731 for ; Mon, 6 Nov 1995 06:21:16 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id GAA22338 for freebsd-hackers@freebsd.org; Mon, 6 Nov 1995 06:21:16 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id XAA28002 for freebsd-hackers@freebsd.org; Sun, 5 Nov 1995 23:58:14 +0100 From: J Wunsch Message-Id: <199511052258.XAA28002@uriah.heep.sax.de> Subject: Interesting feature To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sun, 5 Nov 1995 23:58:13 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1119 Sender: owner-hackers@freebsd.org Precedence: bulk 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. ;-)