[Bug 259] Exceptions cannot pass through uClibc functions

bugzilla at busybox.net bugzilla at busybox.net
Wed Jul 22 06:56:11 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=259





--- Comment #1 from Mike Frysinger <vapier at gentoo.org>  2009-07-22 06:56:10 UTC ---
there's no point in going half way.  either all of the relevant files get
compiled with -fexception support, or none of them do.

looking at glibc shows that most of the I/O funcs use it, as well as a
smattering of random functions.  the question is, what determines whether a
function needs exception support.  i'm not familiar enough with C++ or the
related documentation to figure that out ... POSIX doesnt cover this at all
from what i can see.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list