Date: Wed, 27 Nov 2002 19:14:13 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: suken woo <wsk@mail.gddsn.org.cn> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: bonobo-activation core dump help Message-ID: <3DE58A05.6668946A@mindspring.com> References: <3DE5709E.8030001@mail.gddsn.org.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DE58A05.6668946A>