![]() |
| | #1 |
| Registered User Join Date: Dec 2003
Posts: 92
| debug assertion failed ! the messages are ..... debug assertion failed ! program c:\sss\debug\sss.exe File fprintf.c line 56 expression str!=NULL abort retry ignore what is the meaning of this. how can i fix the problem ?
__________________ blue_gene |
| blue_gene is offline | |
| | #2 |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| It means your program has a bug From the look of things, it looks like you passed a NULL pointer to fprintf Since it checked to make sure that pointer was not NULL, that check failed, and you posted your message.
__________________ If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut. Up to 8Mb PlusNet broadband from only £5.99 a month! |
| Salem is offline | |
| | #3 |
| Registered User Join Date: Dec 2003
Posts: 92
| thanks salem.....you are right. i found that mistake. now it is ok
__________________ blue_gene |
| blue_gene is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debug Assertion Failed! | IndioDoido | C Programming | 31 | 03-25-2008 11:07 AM |
| debug assertion failed! | chintugavali | C++ Programming | 5 | 12-21-2007 04:05 AM |
| Visual Studio 2005 Debug Assertion Failed | natmas | C++ Programming | 7 | 07-17-2007 04:28 PM |
| Debug Assertion Failed! | Ray Schmidt | C++ Programming | 3 | 02-21-2003 09:58 PM |
| Debug Assertion Failed | minesweeper | Windows Programming | 5 | 12-11-2002 05:11 PM |