https://bugzilla.novell.com/show_bug.cgi?id=377612 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377612#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mmeeks@novell.com --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2008-04-07 08:00:40 MST --- I have different problems with this example. # gdb ./test GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux"... (gdb) b main Breakpoint 1 at 0x40057b: file test.c, line 7. (gdb) run Starting program: /suse/sndirsch/test Breakpoint 1, main (argc=1, argv=0x7fff31d266b8) at test.c:7 warning: Source file is more recent than executable. 7 iopl(3); (gdb) n 9 asm volatile("cli"); (gdb) n Program received signal SIGSEGV, Segmentation fault. main (argc=1, argv=0x7fff31d266b8) at test.c:9 9 asm volatile("cli"); (gdb) n Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) quit -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.