Bug 17175 - FAIL: gdb.threads/multiple-step-overs.exp: next
Summary: FAIL: gdb.threads/multiple-step-overs.exp: next
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 17174
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-18 11:19 UTC by Jan Kratochvil
Modified: 2014-07-18 11:19 UTC (History)
0 users

See Also:
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2014-07-18 11:19:11 UTC
Only on CentOS-5 and CentOS-6 (IMO OSes without longjmp probes) for 32-bit targets (x86_64-m32 and i686; not for x86_64) I get 

infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME^M
infrun: inserting longjmp-resume breakpoint at 0x8c0d289e^M
Warning:^M
Cannot insert breakpoint 0.^M
Cannot access memory at address 0x8c0d289e^M
^M
infrun: stop_stepping^M
[Switching to Thread 0xf75f1b70 (LWP 24297)]^M
__libc_siglongjmp (env=0xf75f1454, val=1) at longjmp.c:30^M
30      {^M
(gdb) FAIL: gdb.threads/multiple-step-overs.exp: next

At about 1st to 6th run.

It happens already on the first check-in of this testcase:
  99619beac6252113fed212fdb9e1ab97bface423
It still happens on current FSF GDB trunk:
  fe1873d01904620c71a309249c0ae029e53ae0b6

See also: PR 17174