Re: debugging a pager

2001-12-28 Thread Diego Roversi
On Fri, Dec 21, 2001 at 03:26:05PM -0800, Thomas Bushnell, BSG wrote: > > I discover a strange thing. The process stop when encounter the breakpoint > > but the stack frame is of the instruction that start the page foult, instead > > of the pager. So I can't follow the dev_read step by step. I ho

Re: debugging a pager

2001-12-20 Thread Thomas Bushnell, BSG
Diego Roversi <[EMAIL PROTECTED]> writes: > I need some help in debugging a pager. I'm trying to implement a cache in > libstore and I modified the dev_read e dev_write function, but they are used > to serve the page foults. The problem is that the translator died with a

debugging a pager

2001-12-19 Thread Diego Roversi
Hello, I need some help in debugging a pager. I'm trying to implement a cache in libstore and I modified the dev_read e dev_write function, but they are used to serve the page foults. The problem is that the translator died with a SIGSEGV the first time it tries to access to the file s