[LLVMbugs] [Bug 3687] Assertion failed: ((i >= FTy->getNumParams() || FTy-> getParamType(i) == Params[i]->getType()) && " Calling a function with a bad signature!"), function init, file Instructions.cpp, line 294.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Mar 3 03:55:52 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3687
Pawel Worach <pawel.worach at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #3 from Pawel Worach <pawel.worach at gmail.com> 2009-03-03 05:55:46 ---
Hmm, with this fix the error now turned up in another place in the FreeBSD
source tree, sendmail's mail.local.
ccc -O2 -pipe -march=nocona
-I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I.
-I/usr/obj/usr/src/tmp/usr/include -fstack-protector -c
/usr/src/libexec/mail.local/../../contrib/sendmail/mail.local/mail.local.c
In file included from
/usr/src/libexec/mail.local/../../contrib/sendmail/mail.local/mail.local.c:29:
/usr/obj/usr/src/tmp/usr/include/unistd.h:363:43: warning: 'format' attribute
argument not supported: __printf0__
void setproctitle(const char *_fmt, ...) __printf0like(1, 2);
^
/usr/obj/usr/src/tmp/usr/include/sys/cdefs.h:354:21: note: instantiated from:
__attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
^
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) ==
Params[i]->getType()) && "Calling a function with a bad signature!"), function
init, file Instructions.cpp, line 294.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list