Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: stability problems



On Wed, Mar 16, 2011 at 02:55:30PM +0100, haad wrote:
> Do you use tmpfs kmod, is it build with -g ? If not can you build it with -g
> and -O0 and try to reproduce your problem. Then after panic can you run
> 
> gdb tmpfs.kmod
> info line *(tmpfs_alloc_node+0x232)

tmpfs is builtin.
I still have the same sources and I built a -g kernel from that, there
I get
(gdb) info line *(tmpfs_alloc_node+0x232)
Line 166 of "../../../../fs/tmpfs/tmpfs_subr.c"
   starts at address 0xffffffff80400fb8 <tmpfs_alloc_node+550>
   and ends at 0xffffffff80400fd2 <tmpfs_alloc_node+576>.
but probably -g moves the offsets around and I need to reproduce the
panic with it?
 Thomas


Home | Main Index | Thread Index | Old Index