From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16788 invoked by alias); 13 Dec 2012 02:32:49 -0000 Received: (qmail 16766 invoked by uid 48); 13 Dec 2012 02:32:48 -0000 From: "rainarchitect at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/14951] New: Once set point appears again in the new session Date: Thu, 13 Dec 2012 02:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: rainarchitect at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00376.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D14951 Bug #: 14951 Summary: Once set point appears again in the new session Product: gdb Version: 7.5 Status: NEW Severity: minor Priority: P2 Component: breakpoints AssignedTo: unassigned@sourceware.org ReportedBy: rainarchitect@gmail.com Classification: Unclassified I'm not sure that this is a bug, but please explain the following behavior.= I add a point anywhere and phantom point (added earlier, in another session) = hit, and in each new session. And the hit point have a wrong name.Phantom point remains even after a reboot. I do not know how there appears such a point, = but I know that it is present in the system now. Slightly more detailed descrip= tion of the behavior is on the CodeBlocks forum, where I came from (http://forums.codeblocks.org/index.php/topic,1823.msg118089.html#msg118089= ). Please check first with the log below. I add a point for the line 47, but hit phantom point at 146. Point at 146 h= it always and does not depend on the number of line in which I add a my real point. HSLab Linux64_Debug # /usr/bin/gdb -nx -fullname -args /main/rain/dev/RAIN/Platforms/Linux64_Debug/ClientLauncher GNU gdb (Gentoo 7.5 p1) 7.5 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /main/rain/dev/RAIN/Platforms/Linux64_Debug/ClientLauncher...done. (gdb) break "/main/rain/dev/src/include/RainCore/Containers/DynamicArray.hpp:47" No source file named /main/rain/dev/src/include/RainCore/Containers/DynamicArray.hpp. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 ("/main/rain/dev/src/include/RainCore/Containers/DynamicArray.hpp:47") pend= ing. (gdb) run Starting program: /main/rain/dev/RAIN/Platforms/Linux64_Debug/ClientLaunche= r=20 warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". 2012.12.13 06:05:02.468173 : =D0=97=D0=B0=D0=BF=D1=83=D1=81=D0=BA =D1=8F=D0= =B4=D1=80=D0=B0 2012.12.13 06:05:02.470649 : Multithread mode: 8/8/8[New Thread 0x7ffff6d61= 700 (LWP 6532)] [New Thread 0x7fffeffff700 (LWP 6533)] [New Thread 0x7ffff645f700 (LWP 6534)] [New Thread 0x7ffff5c5e700 (LWP 6535)] [New Thread 0x7ffff545d700 (LWP 6536)] [New Thread 0x7ffff4c5c700 (LWP 6537)] [New Thread 0x7fffef7fe700 (LWP 6538)] 2012.12.13 06:05:02.473839 : Launched MasterCore 2012.12.13 06:05:02.475385 : Intercore initialization complete 2012.12.13 06:05:02.540758 : ++ClientGate 2012.12.13 06:05:02.571394 : ++AccountsDatabase 2012.12.13 06:05:02.712264 : ++WorldsServer 2012.12.13 06:05:03.441712 : ++Client[Switching to Thread 0x7ffff4c5c700 (L= WP 6537)] Breakpoint 1, Rain::DynamicArrayImplStack::end (this=3D0x7ffff7764fc8) at ../include/RainCore/Containers/DynamicArray.hpp:146 =E2=96=92=E2=96=92/main/rain/dev/src/include/RainCore/Containers/DynamicArr= ay.hpp:146:6204:beg:0x7ffff7d2a5ba (gdb) info breakpoints Num Type Disp Enb Address What 1 breakpoint keep y 0x00007ffff7d2a5ba in Rain::DynamicArrayImplStack::end() at ../include/RainCore/Containers/DynamicArray.hpp:47 breakpoint already hit 1 time --=20 Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are on the CC list for the bug.