Re: 2.1.71 Ugh at c01106ee
Bill Hawes (whawes@star.net)
Sat, 06 Dec 1997 08:39:08 -0500
Gerhard Mack wrote:
>
> I've got an ugh repot: at c01106ee
> and it maps to (of course):
> c01106b0 T do_page_fault
>
> On my system it comes when a Java app closes.
If you want to track it down, grep for copy_to_user and copy_from_user
in the routines running the Java app, then grep for a cli(). Ughs are
caused by page faults with interrupts turned off.
Regards,
Bill