[Serdev] core dump with lcr module

Atle Samuelsen clona at cyberhouse.no
Tue Mar 15 20:42:09 UTC 2005


Hm, is it possible to loadbalance this a little, so tests can be
executed on other machines with even more weird hardware then jan's?

This machines cue could proberbly be moved arround alittle.

regarding 
 atleterm -e need-help-with-anything

* Jan Janak <jan at iptel.org> [050315 15:00]:
> Jan received your emails and is aware of the problem. Jan's CPU is
> currently running another task with realtime priority, your task has been 
> scheduled by Jan's O(1)	scheduler (adding to the todo list is
> definitely O(1)) and will be executed as soon as some cycles are
> available.
> 
> Unfortunately host Jan is running obsolete hardware that is unable to cope
> with multitasking properly. Presently no software upgrades are available
> so the administrator will install additional CPU once such become
> available on the market.
> 
>   the administrator of host Jan.
> 
> On 15-03 07:10, Norman Brandinger wrote:
> > I have been working with Jan for the last couple of weeks on this problem.
> > 
> > As of last week, I think that I have determined the root of the problem and
> > a couple of solutions.
> > 
> > I've been waiting for Jan to respond to my latest analysis of this problem.
> > 
> > Perhaps if you contact him, so he can be alerted that more than just one
> > user is experiencing the failure.
> > 
> > Note that the fix below just "sweeps the problem under the rug", the
> > complete solution is a little more complex.  Haven't heard back from Jan in
> > regard to these solutions.
> > 
> > 
> > The quick fix is to change (parser/hf.h) from:
> > 
> > enum _hdr_types_t {
> >         HDR_ERROR_T                                     = -1   /* Error
> > while parsing */,
> >         HDR_VIA_T                                       =  0  /* Via header
> > field */,
> >         HDR_VIA1_T                                      =  0   /* First Via
> > header field */,
> >         HDR_VIA2_T                                      =  1   /* only used
> > as flag */,
> > 
> > to:
> > 
> > 
> > 
> > enum _hdr_types_t {
> >         HDR_ERROR_T                                     = -1   /* Error
> > while parsing */,
> >         HDR_VIA_T                                       =  1   /* Via header
> > field */,
> >         HDR_VIA1_T                                      =  1   /* First Via
> > header field */,
> >         HDR_VIA2_T                                      =  2   /* only used
> > as flag */,
> > 
> > 
> > Regards,
> > Norman Brandinger
> > GOES Telecom
> > norm at goes dot com
> > 
> > 
> > 
> > --
> > No virus found in this outgoing message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
> > 
> > 
> > _______________________________________________
> > Serdev mailing list
> > serdev at lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serdev
> 
> _______________________________________________
> Serdev mailing list
> serdev at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serdev
> 




More information about the Serdev mailing list