César Leonardo Blum Silveira <[EMAIL PROTECTED]> wrote:
> I know this is kind of a generic question, but what could make my
> module fail (segfault or something of the like) on a restart?

  I know this is kind of a generic answer, but if you're getting a segfault,
that means your module is trying to access memory it is not supposed to
access, which means you may have a garbled pointer or something.

  :-)

  Seriously, it could be *anything*. Attach gdb to a process you expect to
fail, and check the backtrace when you do a restart.

  Cheers,
    Tyler

Reply via email to