In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : devd.lo: In function `event_proc::~event_proc()': ... : This one has me stumped. Any ideas?
I'm not. event_proc::~event_proc() is really one of the following: 00000180 T event_proc::~event_proc [in-charge deleting]() 00000100 T event_proc::~event_proc [in-charge]() 00000080 T event_proc::~event_proc [not-in-charge]() which aren't what they seem either: 00000180 T _ZN10event_procD0Ev 00000100 T _ZN10event_procD1Ev 00000080 T _ZN10event_procD2Ev Which gives crunchgen fits, I'm guessing. crunchgen is likely changing them to something like: 00000180 T devd_ZN10event_procD0Ev or 00000180 T devd__ZN10event_procD0Ev So I'd say that crunchgen doesn't grok c++ mangled symbols, which isn't that surprising... Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

