public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/16091] New: gdb seg faults on startup
@ 2013-10-25 23:04 gmc444 at yahoo dot com
2013-10-25 23:07 ` [Bug cli/16091] " gmc444 at yahoo dot com
2013-10-29 18:56 ` gmc444 at yahoo dot com
0 siblings, 2 replies; 3+ messages in thread
From: gmc444 at yahoo dot com @ 2013-10-25 23:04 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=16091
Bug ID: 16091
Summary: gdb seg faults on startup
Product: gdb
Version: 7.6
Status: NEW
Severity: normal
Priority: P2
Component: cli
Assignee: unassigned at sourceware dot org
Reporter: gmc444 at yahoo dot com
I built gdb 7.6.1 on Solaris 10 using gcc 4.8.1 with the following bash
commands:
CC="gcc -m64"
export CC
CXX="g++ -m64"
export CXX
MAKE=make
export MAKE
mkdir solx64
cd solx64
../configure -C --prefix=/home/gmc444/bin \
--exec-prefix=/home/gcompest/bin/solx64 --disable-tui
make
make install
On startup, it crashes immediately. pstack reports the following:
core 'core' of 20298: ./gdb
fffffd7fff0e6ce3 sem_invalid () + 3
fffffd7ffef7715f PyThread_acquire_lock () + 37
fffffd7ffef62451 new_threadstate () + c9
fffffd7ffef6248a PyThreadState_New () + e
fffffd7ffef62da6 PyGILState_Ensure () + 3e
00000000005533c5 ensure_python_env () + 25
0000000000554542 finish_python_initialization () + 22
00000000005fd324 captured_main () + 594
00000000005fb850 catch_errors () + 70
00000000005fdcb4 gdb_main () + 24
00000000007972b0 main () + 30
00000000004f9d8c _start () + 6c
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-29 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-25 23:04 [Bug cli/16091] New: gdb seg faults on startup gmc444 at yahoo dot com
2013-10-25 23:07 ` [Bug cli/16091] " gmc444 at yahoo dot com
2013-10-29 18:56 ` gmc444 at yahoo 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).