On Sun, 19 Oct 2003, Dikshie wrote:
>
> cvsup'd 19 Oct 2003 in the morning (jakarta time),
>
> > uname -a
> FreeBSD ipv6.ppk.itb.ac.id 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Sun Oct 19 21:25:
> 57 WIT 2003 root@:/usr/obj/usr/src/sys/PPK i386
>
> Fatal trap 12: page fault while in kernel mode
>
John Baldwin <[EMAIL PROTECTED]> writes:
> On 24-Nov-01 Martin Blapp wrote:
> > - realitexpire, td);
> > + realitexpire, td->td_proc);
> >
> > Fixes the panic 100%.
> Ouch, something this simple definitely caused a warning, it looks
> like warnings are being ig
On 26-Nov-01 Garrett Wollman wrote:
> <
> said:
>
>>> - realitexpire, td);
>>> + realitexpire, td->td_proc);
>
>> Ouch, something this simple definitely caused a warning, it looks like
>> warnings
>> are being ignored. :(
>
> Nope. Look at the prototype for
< said:
>> - realitexpire, td);
>> + realitexpire, td->td_proc);
> Ouch, something this simple definitely caused a warning, it looks like warnings
> are being ignored. :(
Nope. Look at the prototype for callout_reset() and then think about
why the last two p
On 24-Nov-01 Martin Blapp wrote:
>
> Hi DES,
>
> - realitexpire, td);
> + realitexpire, td->td_proc);
>
> Fixes the panic 100%.
>
> Thanks a lot !
>
> Martin
Ouch, something this simple definitely caused a warning, it looks like warnings
are being ignored
Hi DES,
- realitexpire, td);
+ realitexpire, td->td_proc);
Fixes the panic 100%.
Thanks a lot !
Martin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Martin Blapp <[EMAIL PROTECTED]> writes:
> kernel trap 12 with interrupts disabled
>
> Fatal trap 12: page fault while in kernel mode
> fault virtual address = 0x123423bd
> fault code = supervisor read, page not present
> instruction pointer = 0x8:0xc024d74a
> stack pointer