Bug 13674 - ../../gdb/breakpoint.c:6087: internal-error: expand_line_sal_maybe: Assertion `found' failed.
Summary: ../../gdb/breakpoint.c:6087: internal-error: expand_line_sal_maybe: Assertion...
Status: RESOLVED DUPLICATE of bug 12573
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: 7.0
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 19:13 UTC by magg.gatech
Modified: 2012-02-08 19:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description magg.gatech 2012-02-08 19:13:28 UTC
gdb ./lmp_kid_openmpi_cuda32_pureGNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2)
Copyright (C) 2009 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-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /nics/d/home/smagg/opt/lammps/lmp_kid_openmpi_cuda32_pure...done.
(gdb) set args -sf cuda < in.shreevant.gpu1.cuda
(gdb) dir ~/proj/wksp-ecl-cpp/2012-02-03-pure-lammps/src/
Source directories searched: /nics/d/home/smagg/proj/wksp-ecl-cpp/2012-02-03-pure-lammps/src:$cdir:$cwd
(gdb) b LAMMPS_NS::Minimize::Minimize
../../gdb/breakpoint.c:6087: internal-error: expand_line_sal_maybe: Assertion `found' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) 

The error is reported just after hitting the Enter key after typing 
b LAMMPS_NS::Minimize::Minimize 

command.

Best,
Comment 1 Tom Tromey 2012-02-08 19:30:49 UTC
Duplicate; already fixed.

*** This bug has been marked as a duplicate of bug 12573 ***