* /proc problem
@ 2003-01-27 17:16 Burján Gábor
0 siblings, 0 replies; 5+ messages in thread
From: Burján Gábor @ 2003-01-27 17:16 UTC (permalink / raw)
To: linux-kernel
Hi,
I've a mysterious problem with Linux kernels on a production system.
The box is a web frontend machine and the problem is that after a
couple of days of running one of httpd process "sticks" in. Commands
w, ps and their friends usually hang after this case. I cannot stat
the files under /proc/<PID-of-this-httpd-process>/, so I think this
should be a kernel-related problem. Only the reboot helps.
I tried out a lot of kernel versions: 2.4.10, 2.4.19, 2.4.19rmap14b
(the last one with the new procfs code), but these didn't help.
Any idea?
Buga
^ permalink raw reply [flat|nested] 5+ messages in thread
* /proc problem
@ 2003-10-16 12:20 Toni Van Remortel
2003-10-16 14:10 ` Guy M. Streeter
0 siblings, 1 reply; 5+ messages in thread
From: Toni Van Remortel @ 2003-10-16 12:20 UTC (permalink / raw)
To: linuxppc-embedded
Hi all,
I just added some /proc support to my module to run on an EP405, but
when I load my module, I get
unresolved symbol __extendsfdf2
Google didn't get me any further.
Code can be found at http://linemb.d-sciencelab.com/rt_mod.c
Thanks,
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /proc problem
2003-10-16 12:20 /proc problem Toni Van Remortel
@ 2003-10-16 14:10 ` Guy M. Streeter
2003-10-16 14:24 ` Toni Van Remortel
0 siblings, 1 reply; 5+ messages in thread
From: Guy M. Streeter @ 2003-10-16 14:10 UTC (permalink / raw)
To: t.vanremortel; +Cc: linuxppc-embedded
You're trying to do floating-point math. The kernel doesn't do
floating-point.
--Guy
On Thu, 2003-10-16 at 07:20, Toni Van Remortel wrote:
> Hi all,
>
> I just added some /proc support to my module to run on an EP405, but
> when I load my module, I get
> unresolved symbol __extendsfdf2
> Google didn't get me any further.
> Code can be found at http://linemb.d-sciencelab.com/rt_mod.c
>
> Thanks,
> --
> Toni Van Remortel
> Wetenschappelijk Medewerker - D-science lab
> Real time Linux for embedded systems: http://linemb.d-sciencelab.com
> Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
> E-mail: t.vanremortel@ha.be
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /proc problem
2003-10-16 14:10 ` Guy M. Streeter
@ 2003-10-16 14:24 ` Toni Van Remortel
2003-10-16 14:43 ` Toni Van Remortel
0 siblings, 1 reply; 5+ messages in thread
From: Toni Van Remortel @ 2003-10-16 14:24 UTC (permalink / raw)
To: Guy M. Streeter; +Cc: Linuxppc-Embedded
[unresolved symbol __extendsfdf2]
Op do 16-10-2003, om 16:10 schreef Guy M. Streeter:
> You're trying to do floating-point math. The kernel doesn't do
> floating-point.
Hmm. Is there a work-around? Because the control interface (written with
FLTK) does use floating points and works.
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /proc problem
2003-10-16 14:24 ` Toni Van Remortel
@ 2003-10-16 14:43 ` Toni Van Remortel
0 siblings, 0 replies; 5+ messages in thread
From: Toni Van Remortel @ 2003-10-16 14:43 UTC (permalink / raw)
To: Guy M. Streeter; +Cc: Linuxppc-Embedded
Op do 16-10-2003, om 16:24 schreef Toni Van Remortel:
> [unresolved symbol __extendsfdf2]
>
> Op do 16-10-2003, om 16:10 schreef Guy M. Streeter:
> > You're trying to do floating-point math. The kernel doesn't do
> > floating-point.
>
> Hmm. Is there a work-around? Because the control interface (written with
> FLTK) does use floating points and works.
Silly me. The FLTK app is statically compiled.
Just found a kernel miss-config indeed.
tnx for the reaction.
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-10-16 14:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-16 12:20 /proc problem Toni Van Remortel
2003-10-16 14:10 ` Guy M. Streeter
2003-10-16 14:24 ` Toni Van Remortel
2003-10-16 14:43 ` Toni Van Remortel
-- strict thread matches above, loose matches on Subject: below --
2003-01-27 17:16 Burján Gábor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.