On Monday 07 August 2006 08:47, Jim Cromie wrote: > Ive got an oops, which is heavy with <symbol-addres> + <hex/hex> > offsets? > inter dereference at virtual address 00000000 > [ 120.532000] printing eip: > [ 120.536000] c016c499 The first column is not the symbol address, Jim. AFAIK, that is the time printk took to display the strings. I don't remember the exact feature's name, but you can check it by yourself in "Kernel Debugging" feature. It is named something like "printk time...".. > +000: 55 push %ebp > +001: 89 e5 mov %esp,%ebp > +003: 57 push %edi AFAIK, there's nothing you can do about it (except if you can the source code and recompile it of course) to change the way objdump the display the offset. However, I do suggest to take a look on biew (or perhaps elfsh too?). I am fairly sure biew has the option to change the way the offsets are shown. I think it is on biew.sf.net....please Google. regards, Mulyadi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/