NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ibcs2 on netbsd 4.0.1 vs. 5.1



In article 
<AANLkTimcXaZxGpFCjK_CLtfAE7Snf98BEhQK11HVBYUv%mail.gmail.com@localhost>,
Patrick Bennett  <patrick%pebcomputing.com@localhost> wrote:
>>
>> http://dl.dropbox.com/u/5009228/kdump.out.gz
>>
>>     -p
>>
>
>Anyone have any idea what's going on with this or have a suggestion
>for further troubleshooting it?

  2198      1 sh       CALL  execve(0xbb91c55c,0xbb91c50c,0xbb91c51c)
  2198      1 sh       NAMI  "./ctbg"
  2198      1 ctbg     NAMI  "/emul/ibcs2"
  2198      1 ctbg     EMUL  "ibcs2"
  2198      1 ctbg     RET   syscall JUSTRETURN
  2198      1 ctbg     CALL  open(0x401e6c,0,0x98ac)
  2198      1 ctbg     NAMI  "/emul/ibcs2/etc/default/lang"
  2198      1 ctbg     NAMI  "/etc/default/lang"
  2198      1 ctbg     RET   open -1 errno 2 No such file or directory
  2198      1 ctbg     PSIG  SIGSEGV SIG_DFL: code=SEGV_ACCERR, addr=0x98ac, tr
ap=6)
  2198      1 ctbg     NAMI  "ctbg.core"

It is trying to open /etc/default/lang [or in the emul path] fails, and
probably tries to use the fp without checking that it is NULL so it segv's.
Try creating /emul/ibcs2/etc/default/lang, and see if you get further.
If you have a real /etc/default/lang from an ibcs2 system, even better.

christos



Home | Main Index | Thread Index | Old Index