Hi Mario,
On Fri, May 06, 2005 at 11:41:01AM -0300, mario andre wrote:
thanks, Henrik.
I tried once again and I'm getting these errors from the /var/log
hobbitlaunch.log 2005-05-06 11:07:42 Task bbdisplay terminated by signal 6 2005-05-06 11:08:43 Task bbdisplay terminated by signal 6 bb-display.log 2005-05-06 11:07:42 xstrdup: Cannot dup NULL string 2005-05-06 11:08:43 xstrdup: Cannot dup NULL string
Hey, it's been a while since I've seen bbdisplay crash.
I suspect is something in your configuration, but just to be on the safe side - could you check if there's a "core" file somewhere ? It should go in ~hobbit/server/tmp/, but it might also end up in ~hobbit/data/logs/
When you find the core file, please use the "gdb" program to figure out what was happening at the time of the crash - like this:
$ cd ~hobbit/server
$ gdb bin/bbgen /path/to/corefile
[gdb starts up and loads libraries]
gdb> bt
The output from that "bt" command will be very helpful.
Did you say what version of Hobbit you are trying ?
cat page.log 2005-05-04 16:44:18 Tried to down BOARDBUSY: Invalid argument 2005-05-04 16:46:33 Tried to down BOARDBUSY: Invalid argument 2005-05-06 10:40:01 Tried to down BOARDBUSY: Invalid argument 2005-05-06 11:09:24 Tried to down BOARDBUSY: Invalid argument cat history.log 2005-05-06 11:09:24 Tried to down BOARDBUSY: Invalid argument cat larrd-data.log 005-05-06 11:09:24 Tried to down BOARDBUSY: Invalid argument
These can happen when Hobbit shuts down, I won't worry about those yet.
Regards, Henrik