* clone() and pthread_create() segment fault in 2.4.29
@ 2005-03-21 18:35 jmerkey
2005-03-21 18:50 ` Arjan van de Ven
0 siblings, 1 reply; 7+ messages in thread
From: jmerkey @ 2005-03-21 18:35 UTC (permalink / raw)
To: linux-kernel
In case nobody has already reported it, clone() and pthread_create()
return SIGSEGV faults
when a 2.4.29 kernel on the Taroon Red Hat release.
Jeff
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-21 18:35 clone() and pthread_create() segment fault in 2.4.29 jmerkey
@ 2005-03-21 18:50 ` Arjan van de Ven
2005-03-21 18:54 ` jmerkey
0 siblings, 1 reply; 7+ messages in thread
From: Arjan van de Ven @ 2005-03-21 18:50 UTC (permalink / raw)
To: jmerkey; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
On Mon, 2005-03-21 at 11:35 -0700, jmerkey wrote:
> In case nobody has already reported it, clone() and pthread_create()
> return SIGSEGV faults
> when a 2.4.29 kernel on the Taroon Red Hat release.
you're running an OS that requires a kernel with NPTL support. Yet you
run a kernel without. Bad idea.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-21 18:50 ` Arjan van de Ven
@ 2005-03-21 18:54 ` jmerkey
2005-03-21 19:07 ` Arjan van de Ven
0 siblings, 1 reply; 7+ messages in thread
From: jmerkey @ 2005-03-21 18:54 UTC (permalink / raw)
To: arjanv; +Cc: linux-kernel
Arjan van de Ven wrote:
>On Mon, 2005-03-21 at 11:35 -0700, jmerkey wrote:
>
>
>>In case nobody has already reported it, clone() and pthread_create()
>>return SIGSEGV faults
>>when a 2.4.29 kernel on the Taroon Red Hat release.
>>
>>
>
>you're running an OS that requires a kernel with NPTL support. Yet you
>run a kernel without. Bad idea.
>
>
>
>
which 2.4 kernels will work properly on RH ES release 3, Taroon Update
4. 2.4.28 also crashes with pthread_create() and clone().
Is 2.4.21 the only kernel version that works with this RH release?
Jeff
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-21 19:07 ` Arjan van de Ven
@ 2005-03-21 19:03 ` jmerkey
2005-03-22 4:31 ` Valdis.Kletnieks
1 sibling, 0 replies; 7+ messages in thread
From: jmerkey @ 2005-03-21 19:03 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel
Arjan van de Ven wrote:
>On Mon, Mar 21, 2005 at 11:54:10AM -0700, jmerkey wrote:
>
>
>>Arjan van de Ven wrote:
>>
>>
>>
>>>On Mon, 2005-03-21 at 11:35 -0700, jmerkey wrote:
>>>
>>>
>>>
>>>
>>>>In case nobody has already reported it, clone() and pthread_create()
>>>>return SIGSEGV faults
>>>>when a 2.4.29 kernel on the Taroon Red Hat release.
>>>>
>>>>
>>>>
>>>>
>>>you're running an OS that requires a kernel with NPTL support. Yet you
>>>run a kernel without. Bad idea.
>>>
>>>
>>>
>>>
>>>
>>>
>>which 2.4 kernels will work properly on RH ES release 3, Taroon Update
>>4.
>>
>>
>
>Only kernels with NPTL in, which for 2.4 limits you to the RH supplied one.
>
>
>
Thanks for the update on this issue.
Jeff
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-21 18:54 ` jmerkey
@ 2005-03-21 19:07 ` Arjan van de Ven
2005-03-21 19:03 ` jmerkey
2005-03-22 4:31 ` Valdis.Kletnieks
0 siblings, 2 replies; 7+ messages in thread
From: Arjan van de Ven @ 2005-03-21 19:07 UTC (permalink / raw)
To: jmerkey; +Cc: linux-kernel
On Mon, Mar 21, 2005 at 11:54:10AM -0700, jmerkey wrote:
> Arjan van de Ven wrote:
>
> >On Mon, 2005-03-21 at 11:35 -0700, jmerkey wrote:
> >
> >
> >>In case nobody has already reported it, clone() and pthread_create()
> >>return SIGSEGV faults
> >>when a 2.4.29 kernel on the Taroon Red Hat release.
> >>
> >>
> >
> >you're running an OS that requires a kernel with NPTL support. Yet you
> >run a kernel without. Bad idea.
> >
> >
> >
> >
> which 2.4 kernels will work properly on RH ES release 3, Taroon Update
> 4.
Only kernels with NPTL in, which for 2.4 limits you to the RH supplied one.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-21 19:07 ` Arjan van de Ven
2005-03-21 19:03 ` jmerkey
@ 2005-03-22 4:31 ` Valdis.Kletnieks
2005-03-22 9:30 ` Arjan van de Ven
1 sibling, 1 reply; 7+ messages in thread
From: Valdis.Kletnieks @ 2005-03-22 4:31 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: jmerkey, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 821 bytes --]
On Mon, 21 Mar 2005 20:07:21 +0100, Arjan van de Ven said:
> On Mon, Mar 21, 2005 at 11:54:10AM -0700, jmerkey wrote:
> > which 2.4 kernels will work properly on RH ES release 3, Taroon Update 4.
>
> Only kernels with NPTL in, which for 2.4 limits you to the RH supplied one.
Well, strictly speaking, it's all GPL'ed, so Jeff is certainly free to take
the .src.rpm of the RedHat kernel, use rpm2cpio to extract the NPTL patches
from it, and forward port it to the 2.4.NN of his choice...
However, unless you're *really* handy with patch and diff, it's probably
more productive to upgrade to RH EL release 4, which comes with a 2.6 kernel...
(Speaking as somebody with RHEL 3 boxes going to RHEL 4 soon, and boxes that
are 2.6-mm with Fedora patches on top.. both have their place in the greater
scheme of things..)
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: clone() and pthread_create() segment fault in 2.4.29
2005-03-22 4:31 ` Valdis.Kletnieks
@ 2005-03-22 9:30 ` Arjan van de Ven
0 siblings, 0 replies; 7+ messages in thread
From: Arjan van de Ven @ 2005-03-22 9:30 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: jmerkey, linux-kernel
On Mon, Mar 21, 2005 at 11:31:22PM -0500, Valdis.Kletnieks@vt.edu wrote:
> On Mon, 21 Mar 2005 20:07:21 +0100, Arjan van de Ven said:
> > On Mon, Mar 21, 2005 at 11:54:10AM -0700, jmerkey wrote:
>
> > > which 2.4 kernels will work properly on RH ES release 3, Taroon Update 4.
> >
> > Only kernels with NPTL in, which for 2.4 limits you to the RH supplied one.
>
> Well, strictly speaking, it's all GPL'ed, so Jeff is certainly free to take
> the .src.rpm of the RedHat kernel, use rpm2cpio to extract the NPTL patches
> from it, and forward port it to the 2.4.NN of his choice...
oh of course. I didn't actually consider that since it'd be a LOT of work
(speaking from experience). It could easily be 4 to 6 weeks full time work
to get the thing working well. Seriously NotFunny(tm).
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-03-22 9:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-21 18:35 clone() and pthread_create() segment fault in 2.4.29 jmerkey
2005-03-21 18:50 ` Arjan van de Ven
2005-03-21 18:54 ` jmerkey
2005-03-21 19:07 ` Arjan van de Ven
2005-03-21 19:03 ` jmerkey
2005-03-22 4:31 ` Valdis.Kletnieks
2005-03-22 9:30 ` Arjan van de Ven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox