On 20-Aug-2003 Mark Murray wrote:
> John Baldwin writes:
>> > pmap_ts_referenced()
>> > vm_pageout_scan()
>> > vm_pageout()
>> > fork_exit()
>> > fork_trampoline()
>> >
>> > I'm happy to try patches if anyone has ideas.
>>
>> Having the fault address as well as the source file/line of
>> where t
John Baldwin writes:
> > pmap_ts_referenced()
> > vm_pageout_scan()
> > vm_pageout()
> > fork_exit()
> > fork_trampoline()
> >
> > I'm happy to try patches if anyone has ideas.
>
> Having the fault address as well as the source file/line of
> where the fault occurs could be helpful.
>From 2 pani
On 20-Aug-2003 Mark Murray wrote:
> Hi all
>
> I'm getting a repeatable panic on i386/SMP CURRENT with a big C++
> compile (one of the KDE3 things). It is a "page fault in kernel mode",
> and the hand-transcribed backtrace is
>
> pmap_ts_referenced()
> vm_pageout_scan()
> vm_pageout()
> fork_exi
Hi all
I'm getting a repeatable panic on i386/SMP CURRENT with a big C++
compile (one of the KDE3 things). It is a "page fault in kernel mode",
and the hand-transcribed backtrace is
pmap_ts_referenced()
vm_pageout_scan()
vm_pageout()
fork_exit()
fork_trampoline()
I'm happy to try patches if anyo