suken woo wrote:
> hi, all:
>     setting the env with zh_CN.EUC ,and run X but got the following errors.
> pid 495 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped)

Compile the "bonobo-activation-s" binary with debugging symbols,
so that you can debugthe core file and see where it's crashing,
and then correct the bonobo source code, so that it doesn't crash,
and once that's done, fix the locale file, which appears to be
out of date, to include the messages which are missing that the
code is not handling properly.

Bascially, bonobo is crashing on bad data, when it should handle
it and not crash.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to