Using kernel 2.6.23-rc7 as xen domU client system I observe a kernel bug which occurs reproducibly when calling a shell from midnight commander F2 context menu or with testcase given below (However most other programs seem to be well behaved and do not trigger this bug). - A kernel compiled with debug info gives:
Kernel BUG at c01037dc [verbose debug info unavailable] invalid opcode: 0000 [#5] PREEMPT SMP ... Call Trace: [<c0103de9>] <0> [<c015d1d1>] <0> [<c0190078>] <0> [<c012633e>] <0> [<c016fa54>] <0> [<c0106547>] <0> [<c01080d2>] <0> ======================= ... gdb) l *0xc01037dc 0xc01037dc is in xen_mc_flush (arch/i386/xen/multicalls.c:68). 63 } else 64 BUG_ON(b->argidx != 0); 65 66 local_irq_restore(flags); 67 68 BUG_ON(ret); 69 } 0xc0103de9 is in xen_exit_mmap (arch/i386/xen/multicalls.h:42). 0xc015d1d1 is in exit_mmap (include/asm/paravirt.h:722). 0xc0190078 is in load_script (fs/binfmt_script.c:19). 0xc012633e is in mmput (kernel/fork.c:395). 0xc016fa54 is in do_execve (fs/exec.c:1421). 0xc0106547 is in sys_execve (arch/i386/kernel/process.c:793). No source file for address 0xc01080d2. /proc/cpuinfo: ...AMD Athlon(tm) X2 Dual Core Processor BE-2350 ... full info is at http://spblinux.de/xen/20070923/ Same bug if preempt is disabled; same bug if vcpus is reduced to 1 in xen domU. Please cc to osth at freesurf.ch because I am not on the list. Christian Ostheimer testcase which triggers the bug: #!/bin/bash # # modified configure script: max commandline length test CONFIG_SHELL=/bin/bash i=0 export teststring=ABCD while (test "X"`$CONFIG_SHELL -c "echo X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. echo `expr $lt_cv_sys_max_cmd_len \/ 2` Neu: Das erste ADSL-Abo ohne Monatsgebühr! Steigen Sie jetzt auf sunrise ADSL free um. http://www.sunrise.ch/privatkunden/iminternetsurfen/adsl/adsl_abosundpreise/adsl_gelegenheitssurfer/adsl_free.htm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/