From: gboutwel <gbo...@pr...> - 2003-10-25 05:04:31
|
> > I go through the screens, get to the point of starting the install > > and then umlbuilder_gui Segment faults on me. Any ideas on how > > I can enable more information on what/why it's Seg Faulting on > > me? > Turn on core dumps: > $ ulimit -c unlimited > Find out the binary causing the core dump: > $ file core > (It should be python). Look at it in the debugger > $ gdb /usr/bin/python core > Get a backtrace: > (gdb) bt Wouldn't you know it. It doesn't Seg Fault now? Granted I didn't use all the exact same directories, paths, etc. Anyways, this time it calculates dependancies, populates the installfs, then it goes to boot the UML (in the UMLBuilder Window) and it ends the boot with the error: Warning: unable to open initial console. (I'd give you the whole 'session', except taht uml_builder's 'text' control doesn't seem to all me to select all and copy) :( Here's the linux command-line: rw uml-id=rh9-uml ubd0=rh9_fs mem=64m ubd7=installfs rootflags=installfs eth0=tuntap,,,192.168.0.8 root=/dev/root rootfstype=hostfs init=/uml_stage2install.py con0=pts,fd:1 Any ideas? George P.S. I hope to try it again with the same directories and paths soon, and reproduce the seg fault. I think it has to do with running out of disk space on the $HOME/user/uml-id stuff. ----------------------------------------------- Get your FREE Christian Email Account at Praize http://www.praize.com/email/ |