* gdb info threads with core files
@ 2006-03-28 22:28 Kumaraswamy Mudide
2006-03-28 22:37 ` Daniel Jacobowitz
0 siblings, 1 reply; 5+ messages in thread
From: Kumaraswamy Mudide @ 2006-03-28 22:28 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 462 bytes --]
Hi Everyone,
We are using linux 2.4.25 and gdb 6.4, info threads with the core files always shows only single thread. This threads is same as to which we have sent segv or abort signal.
bt and info reg seems to be working fine. but not info threads.
Any idea??
Thanks & Regards,
Kumar
603-542-4834
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
[-- Attachment #2: Type: text/html, Size: 693 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb info threads with core files
2006-03-28 22:28 gdb info threads with core files Kumaraswamy Mudide
@ 2006-03-28 22:37 ` Daniel Jacobowitz
2006-03-28 22:56 ` Kumaraswamy Mudide
2006-03-29 15:45 ` Kumaraswamy Mudide
0 siblings, 2 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2006-03-28 22:37 UTC (permalink / raw)
To: Kumaraswamy Mudide; +Cc: linux-mips
On Tue, Mar 28, 2006 at 02:28:35PM -0800, Kumaraswamy Mudide wrote:
> Hi Everyone,
>
> We are using linux 2.4.25 and gdb 6.4, info threads with the core files always shows only single thread. This threads is same as to which we have sent segv or abort signal.
>
> bt and info reg seems to be working fine. but not info threads.
>
> Any idea??
Then your kernel probably does not support multithreaded core dumping.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb info threads with core files
2006-03-28 22:37 ` Daniel Jacobowitz
@ 2006-03-28 22:56 ` Kumaraswamy Mudide
2006-03-29 15:45 ` Kumaraswamy Mudide
1 sibling, 0 replies; 5+ messages in thread
From: Kumaraswamy Mudide @ 2006-03-28 22:56 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]
Is there a way to make my kernel multithreads core dump.
However, when I run gdb program at the gdb prompt I can see various threads with info threads commands.
I think something is missing in core files.
Any adias???
Daniel Jacobowitz <dan@debian.org> wrote:
On Tue, Mar 28, 2006 at 02:28:35PM -0800, Kumaraswamy Mudide wrote:
> Hi Everyone,
>
> We are using linux 2.4.25 and gdb 6.4, info threads with the core files always shows only single thread. This threads is same as to which we have sent segv or abort signal.
>
> bt and info reg seems to be working fine. but not info threads.
>
> Any idea??
Then your kernel probably does not support multithreaded core dumping.
--
Daniel Jacobowitz
CodeSourcery
Thanks & Regards,
Kumar
603-542-4834
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.
[-- Attachment #2: Type: text/html, Size: 1492 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb info threads with core files
2006-03-28 22:37 ` Daniel Jacobowitz
2006-03-28 22:56 ` Kumaraswamy Mudide
@ 2006-03-29 15:45 ` Kumaraswamy Mudide
2006-03-29 15:45 ` Kumaraswamy Mudide
1 sibling, 1 reply; 5+ messages in thread
From: Kumaraswamy Mudide @ 2006-03-29 15:45 UTC (permalink / raw)
To: linux-mips; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
Hi Everyone,
We are using 2.4.25and gdb 6.4 version. "info threads" with core file, it does always shows only one thread.
Any ideas???
Daniel Jacobowitz <dan@debian.org> wrote:
On Tue, Mar 28, 2006 at 02:28:35PM -0800, Kumaraswamy Mudide wrote:
> Hi Everyone,
>
> We are using linux 2.4.25 and gdb 6.4, info threads with the core files always shows only single thread. This threads is same as to which we have sent segv or abort signal.
>
> bt and info reg seems to be working fine. but not info threads.
>
> Any idea??
Then your kernel probably does not support multithreaded core dumping.
--
Daniel Jacobowitz
CodeSourcery
Thanks & Regards,
Kumar
603-542-4834
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
[-- Attachment #2: Type: text/html, Size: 1250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb info threads with core files
2006-03-29 15:45 ` Kumaraswamy Mudide
@ 2006-03-29 15:45 ` Kumaraswamy Mudide
0 siblings, 0 replies; 5+ messages in thread
From: Kumaraswamy Mudide @ 2006-03-29 15:45 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
Hi Everyone,
We are using 2.4.25and gdb 6.4 version. "info threads" with core file, it does always shows only one thread.
Any ideas???
Daniel Jacobowitz <dan@debian.org> wrote:
On Tue, Mar 28, 2006 at 02:28:35PM -0800, Kumaraswamy Mudide wrote:
> Hi Everyone,
>
> We are using linux 2.4.25 and gdb 6.4, info threads with the core files always shows only single thread. This threads is same as to which we have sent segv or abort signal.
>
> bt and info reg seems to be working fine. but not info threads.
>
> Any idea??
Then your kernel probably does not support multithreaded core dumping.
--
Daniel Jacobowitz
CodeSourcery
Thanks & Regards,
Kumar
603-542-4834
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
[-- Attachment #2: Type: text/html, Size: 1250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-29 15:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-28 22:28 gdb info threads with core files Kumaraswamy Mudide
2006-03-28 22:37 ` Daniel Jacobowitz
2006-03-28 22:56 ` Kumaraswamy Mudide
2006-03-29 15:45 ` Kumaraswamy Mudide
2006-03-29 15:45 ` Kumaraswamy Mudide
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox