public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/13270] New: getting procfs:4337 -- process not stopped. from gdb 6.8
@ 2011-10-07  7:02 deepak.jaiswal at comviva dot com
  2011-10-10 19:08 ` [Bug gdb/13270] " tromey at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: deepak.jaiswal at comviva dot com @ 2011-10-07  7:02 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13270
           Summary: getting procfs:4337 -- process not stopped. from gdb
                    6.8
           Product: gdb
           Version: 6.8
            Status: NEW
          Severity: critical
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: deepak.jaiswal@comviva.com
    Classification: Unclassified


Hi Team,

I am using Solaris Sparc10 64 Bit OS. I have installed GDB(6.8) available on
www.sunfreeware.com. I am getting an error when trying to debug using this
version.

gdb LMSP01027_LREQU_bs
GNU gdb 6.8
Copyright (C) 2008 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 "sparc-sun-solaris2.10"...
(gdb) b main
Breakpoint 1 at 0x100017774: file LMSP01027_LREQU_bs.c, line 5965.
(gdb) r 115A5F545E6451 115A5F545E64 03-Oct-201100:00:11 SYSAG LREQU1003001
Starting program: /disk1/pacs/sanyam/LMSP01027_LREQU_bs 115A5F545E6451
115A5F545E64 03-Oct-201100:00:11 SYSAG LREQU1003001
procfs:4337 -- process not stopped.
procfs: ...giving up...
(gdb) q

Could you please have a look and let me know the solution to fix. I could not
be able to found any other version available for SPARC OS. If there is any
latest or older version which is free of  this problem then please let me know
from where I can found that.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug gdb/13270] getting procfs:4337 -- process not stopped. from gdb 6.8
  2011-10-07  7:02 [Bug gdb/13270] New: getting procfs:4337 -- process not stopped. from gdb 6.8 deepak.jaiswal at comviva dot com
@ 2011-10-10 19:08 ` tromey at redhat dot com
  2011-10-11  3:31 ` deepak.jaiswal at comviva dot com
  2014-09-12 23:05 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-10-10 19:08 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2011-10-10 19:08:17 UTC ---
6.8 is rather old.
You can find newer versions starting from the gdb web site:
http://sourceware.org/gdb/
I don't know whether or not they have this same problem.
Please try the latest and reopen this bug if it still fails.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug gdb/13270] getting procfs:4337 -- process not stopped. from gdb 6.8
  2011-10-07  7:02 [Bug gdb/13270] New: getting procfs:4337 -- process not stopped. from gdb 6.8 deepak.jaiswal at comviva dot com
  2011-10-10 19:08 ` [Bug gdb/13270] " tromey at redhat dot com
@ 2011-10-11  3:31 ` deepak.jaiswal at comviva dot com
  2014-09-12 23:05 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: deepak.jaiswal at comviva dot com @ 2011-10-11  3:31 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Deepak Jaiswal <deepak.jaiswal at comviva dot com> 2011-10-11 03:31:17 UTC ---
Hi,

As I mentioned you that I am using Sparc Solaris 10 and it has altogether
different package required for Sparc OS, which is not present in the website
mentioned. Package should be like "gdb-6.8-sol10-sparc-local". The tar ball
which is present at the web-link you mentioned gives some issue while
compiling, 

"make: Fatal error: Command failed for target `all'
Current working directory /ProvLibraries/gdb-7.3.1/gdb
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \

But when I try to install this gdb on Red Hat Linux the things works fine. In
my point of view there is some difference in the package required for Solaris
Sparc OS than required for Red Hat Linux.
If possible please provide me the link for Solaris Sparc....

(In reply to comment #1)
> 6.8 is rather old.
> You can find newer versions starting from the gdb web site:
> http://sourceware.org/gdb/
> I don't know whether or not they have this same problem.
> Please try the latest and reopen this bug if it still fails.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug gdb/13270] getting procfs:4337 -- process not stopped. from gdb 6.8
  2011-10-07  7:02 [Bug gdb/13270] New: getting procfs:4337 -- process not stopped. from gdb 6.8 deepak.jaiswal at comviva dot com
  2011-10-10 19:08 ` [Bug gdb/13270] " tromey at redhat dot com
  2011-10-11  3:31 ` deepak.jaiswal at comviva dot com
@ 2014-09-12 23:05 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 23:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=13270

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com

--- Comment #3 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Hi, is this still a problem?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-12 23:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07  7:02 [Bug gdb/13270] New: getting procfs:4337 -- process not stopped. from gdb 6.8 deepak.jaiswal at comviva dot com
2011-10-10 19:08 ` [Bug gdb/13270] " tromey at redhat dot com
2011-10-11  3:31 ` deepak.jaiswal at comviva dot com
2014-09-12 23:05 ` sergiodj at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).