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 gdb/14115] New: Debugger halting on (Step over)


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

             Bug #: 14115
           Summary: Debugger halting on (Step over)
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: makristiniy@gmail.com
    Classification: Unclassified


linux
gdb 7.3.1-48
during debugging eclipse project 

Debugger halting on Step over,(gdb 100% CPU utilization) after loading shared
library : 
moduleEvent = dlmopen(LM_ID_NEWLM,DefaultDataPath"/libNVTEventService.so",
RTLD_NOW);

before loading this library all fine.
And It happen only in the hard weight project (executable ~ 15-20 Mb), in a
simple test bug not reproducing.

And if I switching dlmopen(LM_ID_NEWLM to dlmopen(LM_ID_BASE
all working fine.

Library tested and it's good.

Project : cmake generated eclipse project from ws4d library.

the problem eclipse project in attach.

-- 
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]