From: Lennert B. <bu...@gn...> - 2000-05-23 15:53:57
|
Hi all, I've been having the same problems here, for a long time now. Machines are vanilla RH 6.2. The distributed binaries work fine. Haven't looked into this yet. I can provide shell accounts here if necessary. greetings, Lennert On Tue, 23 May 2000, Jeff Dike wrote: > ua...@al... said: > > uml kernel = 2.2.99-pre98 > > I assume you mean 2.2.99-pre8? > > > fn=0x411, child_stack=0x50001ff4, flags=0x7, args=0x1000000862 > > clone() = 864 > > It's cloned the tracing thread and gone into select. This is right so far. > > The thing to do is to find out what the tracing thread is up to. Attach to it > (it will be the second linux thread) and get a backtrace. Also in gdb do > 'printf "%s", log_buf'. That will show you what has been printk'd so far > (none of it made it to the screen because the console hasn't been initialized > yet). > > Is this kernel the one that you just finished building from source? If so, > have you tried the binary kernel that I distribute? > > Jeff > > > > _______________________________________________ > User-mode-linux-user mailing list > Use...@li... > http://lists.sourceforge.net/mailman/listinfo/user-mode-linux-user > |