From: "James McD" <vile8@hotmail.com>
To: linux-mips@oss.sgi.com
Subject: Fwd: pthread in glibc 2.2.1
Date: Mon, 22 Jan 2001 00:07:32 [thread overview]
Message-ID: <F69IBJYduiFPUEOYMui000010a7@hotmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
>From what I have seen the gdb bombs out on 90% of pthread programs as
well. This includes all platforms as far as I am aware. There is a fix
posted on bugzilla stating you need to recompile the gdb from the cvs tree
and that should fix. However I have had mixed luck.
Hope that helps somewhat!
Sincerely,
James McDermott
>
>Hi,
>even the simplest pthread-program dies with a bus error(see attachment)
>on my I2. glibc is 2.2.1(same for 2.1.97), kernel is 2.4.0-test9.
>Interesting enough I can't even get a core dump. Any starting points to
>track this down?
>Regards,
> -- Guido
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
[-- Attachment #2: pthread_create.c --]
[-- Type: text/plain, Size: 241 bytes --]
#include <pthread.h>
#ifndef NULL
#define NULL (void*)0
#endif
static void *task(p)
void *p;
{
return (void *) (p == NULL);
}
int main(argc, argv)
int argc;
char **argv;
{
pthread_t t;
exit(pthread_create(&t, NULL, task, NULL));
}
WARNING: multiple messages have this Message-ID (diff)
From: "James McD" <vile8@hotmail.com>
To: linux-mips@oss.sgi.com
Subject: Fwd: pthread in glibc 2.2.1
Date: Mon, 22 Jan 2001 00:07:32 [thread overview]
Message-ID: <F69IBJYduiFPUEOYMui000010a7@hotmail.com> (raw)
Message-ID: <20010122000732.0ZEAsa1tf2Rsl5hqXT1C3odUbeNEM5yQSlLlj6fxpZU@z> (raw)
[-- Attachment #1: Type: text/plain, Size: 718 bytes --]
From what I have seen the gdb bombs out on 90% of pthread programs as
well. This includes all platforms as far as I am aware. There is a fix
posted on bugzilla stating you need to recompile the gdb from the cvs tree
and that should fix. However I have had mixed luck.
Hope that helps somewhat!
Sincerely,
James McDermott
>
>Hi,
>even the simplest pthread-program dies with a bus error(see attachment)
>on my I2. glibc is 2.2.1(same for 2.1.97), kernel is 2.4.0-test9.
>Interesting enough I can't even get a core dump. Any starting points to
>track this down?
>Regards,
> -- Guido
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
[-- Attachment #2: pthread_create.c --]
[-- Type: text/plain, Size: 241 bytes --]
#include <pthread.h>
#ifndef NULL
#define NULL (void*)0
#endif
static void *task(p)
void *p;
{
return (void *) (p == NULL);
}
int main(argc, argv)
int argc;
char **argv;
{
pthread_t t;
exit(pthread_create(&t, NULL, task, NULL));
}
next reply other threads:[~2001-01-22 0:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-22 0:07 James McD [this message]
2001-01-22 0:07 ` Fwd: pthread in glibc 2.2.1 James McD
2001-01-22 0:07 ` James McD
2001-01-23 17:11 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F69IBJYduiFPUEOYMui000010a7@hotmail.com \
--to=vile8@hotmail.com \
--cc=linux-mips@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox