On Tuesday 21 February 2006 01:52, Antoine Martin wrote:
> Excellent, the difference in speed is noticeable. no benchmarks yet, but
> the load on the host seems lower.

> Any idea what this is:
> Kernel panic - not syncing: Kernel mode fault at addr 0x0, ip 0x40000b20
This is strange - ip 0x40000b20 is a userspace addr, normally (ok, not when TT 
is disabled, which I don't do) ... could you post the output of something 
like

disassemble 0x40000b20 0x40000b40

> deactivate_all_fds failed, errno = 9

> It is 100% reproducible on a slackware10 filesystem running in 32-bit
> mode on an amd64 system: just by doing make in the kernel src tree.

> How do I debug this skas3/noprocmm mode? (gdb gave me nothing useful)

SKAS0, SKAS3 and mixed things do debug the same way - gdb ./vmlinux.

I'd use "attach <pid>", and "break" on the function containing that IP, or 
directly on the IP itself.

> (I tried 2.6.15.4-bs1-tls and 2.6.15.4-bs2, and other versions... with
> plain skas0 and mixed mode)

I.e. even on vanilla... what a mess! I hoped it was introduced by this one.

> BTW, I've just created Ubuntu images (x86 and amd64):
> http://uml.nagafix.co.uk/Ubuntu/
> (now uploading)
> And I have added a DamnSmallLinux image last week:
> http://uml.nagafix.co.uk/DSL-2.2/

> Jeff, you may want to add a link from the main site now (most of the
> images have had enough testing now and the ones that do not work are
> marked with 'DO NOT USE' - mostly because of tls issues)

> Antoine

-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to