I have a threaded application that encounters a segmentation violation.
I am fairly certain it is the initial thread that encounters the
problem. But I just want to be sure of the following:
1. If a multi-threaded app encounters a seg violation, and a core dump
is created, the core is of the thread that encountered the seg
violation, and not of the main thread, right?
2. If a process starts a thread, and that thread exits, the process does
not know about this until it tries to join the thread, right? So, if a
thread has a seg violation and exits, the 'parent' thread will also not
be made exit. It has to detect the thread is gone by it's own mechanisms
or by trying to join the thread. I ask this because I want to be certain
I am not misinterpreting which thread in my application is the one that
really is getting the seg violation.
This is on openSUSE 11.2 with kernel 2.6.31.14-51-desktop
Yours sincerely,
Roger Oberholtzer
OPQ Systems / Ramböll RST
Office: Int +46 10-615 60 20
Mobile: Int +46 70-815 1696
roger.oberholtzer(a)ramboll.se
________________________________________
Ramböll Sverige AB
Krukmakargatan 21
P.O. Box 17009
SE-104 62 Stockholm, Sweden
www.rambollrst.se
--
To unsubscribe, e-mail: opensuse-programming+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-programming+owner(a)opensuse.org
I know this is a long shot, but here it goes:
Anyone know where to find DEBUG RPMs for openSUSE 11.2? I know about
http://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/11.2/
Unfortunately, I do not see the debug RPMs. Unless I am looking in the
wrong place.
The immediate one I am interested in is for zlib-1.2.3-140.2.i586
In addition, I get this suggestion in gdb, but as I cannot find the
debug repo, this fails:
zypper install -C "debuginfo(build-id)=bab67dfc8f086af8bad386d24c4747e374fc6bc5"
Never know about that method.
Yours sincerely,
Roger Oberholtzer
OPQ Systems / Ramböll RST
Office: Int +46 10-615 60 20
Mobile: Int +46 70-815 1696
roger.oberholtzer(a)ramboll.se
________________________________________
Ramböll Sverige AB
Krukmakargatan 21
P.O. Box 17009
SE-104 62 Stockholm, Sweden
www.rambollrst.se
--
To unsubscribe, e-mail: opensuse-programming+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-programming+owner(a)opensuse.org