This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/15179] Dprintf interrupts execution when conditionis false


http://sourceware.org/bugzilla/show_bug.cgi?id=15179

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qiyao at gcc dot gnu.org

--- Comment #3 from Yao Qi <qiyao at gcc dot gnu.org> 2013-02-27 13:54:16 UTC ---
> (gdb) r
> Starting program: /home/lmckhou/loopfirst 
> warning: Cannot call inferior functions, you have broken Linux kernel i386 NX
> (non-executable pages) support!
> hellofriend
> (gdb) bt
> #0  main () at loopfirst.cc:8
> (gdb) p i
> $1 = 0
> 
> # Why did the inferior stop?

I can't reproduce this problem on my Fedora 16 box and Lucid machine.

I think the inferior stops because of this message "warning: Cannot call
inferior functions, you have broken Linux kernel i386 NX (non-executable pages)
support!".   What is your linux kernel?  It should be related to Bug 15187.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]