Click here to Skip to main content
15,909,466 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: doc/view question in MDI Pin
kjessee5-Dec-03 15:11
kjessee5-Dec-03 15:11 
GeneralQuestion regarding Getting File Path Pin
Deepak Samuel5-Dec-03 13:56
Deepak Samuel5-Dec-03 13:56 
GeneralRe: Question regarding Getting File Path Pin
Jörgen Sigvardsson5-Dec-03 14:11
Jörgen Sigvardsson5-Dec-03 14:11 
GeneralChallenge to the geek in you! Pin
BaldwinMartin5-Dec-03 11:53
BaldwinMartin5-Dec-03 11:53 
GeneralVC error but not in gcc. Pin
Tili5-Dec-03 11:27
Tili5-Dec-03 11:27 
GeneralRe: VC error but not in gcc. Pin
Jörgen Sigvardsson5-Dec-03 13:53
Jörgen Sigvardsson5-Dec-03 13:53 
GeneralRe: VC error but not in gcc. Pin
Michael Dunn5-Dec-03 17:39
sitebuilderMichael Dunn5-Dec-03 17:39 
GeneralError: Exception Breakpoint Pin
haritadala5-Dec-03 10:07
haritadala5-Dec-03 10:07 
Hello all

I'm getting this error in my code and my stack trace is the following .

_NMSG_WRITE(10) line 221
abort() line 44 + 7 bytes
AILERONPUSH! terminate(void) + 111 bytes
AILERONPUSH! _CxxUnhandledExceptionFilter(struct _EXCEPTION_POINTERS *) + 46 bytes
KERNEL32! 77eab45f()
KERNEL32! 77e8b2eb()

it's saying that "user breakpoint reached at xxxxx". I'm having an application in which I've one parent thread and 5 child threads. parent thread read records from database and assign them one by one to child threads for processing. I'm maintaining a queue which contains handles to child threads. Queue will be empty when all the threads are assigned a record and at this point parent thread will wait. once each thread finishes it's job it will put it's handle in queue so that parent can assign him the next record.

I'm experiencing the above error only if the no. of records to be processed are more than no. of threads( In this case threads will be used repetitively by parent thread depending upon their availablility in queue).

Can any one help me resolve this error? It'll be of great help if anyone can give me insight into situation's that cause the above error.

Thanks for your help
Hari.


Generalcommand-line arguments in VS7 Pin
karunswaroop5-Dec-03 8:27
karunswaroop5-Dec-03 8:27 
GeneralRe: command-line arguments in VS7 Pin
Michael P Butler5-Dec-03 8:42
Michael P Butler5-Dec-03 8:42 
GeneralRe: command-line arguments in VS7 Pin
karunswaroop5-Dec-03 9:33
karunswaroop5-Dec-03 9:33 
GeneralPrinting 2 Pages Per Sheet Pin
K. Shaffer5-Dec-03 7:58
K. Shaffer5-Dec-03 7:58 
GeneralRe: Printing 2 Pages Per Sheet Pin
Steve S9-Dec-03 0:59
Steve S9-Dec-03 0:59 
QuestionFILETIME? DosDateTimeToFileTime() ? Pin
Amit Dey5-Dec-03 7:48
Amit Dey5-Dec-03 7:48 
AnswerRe: FILETIME? DosDateTimeToFileTime() ? Pin
Michael Dunn5-Dec-03 17:46
sitebuilderMichael Dunn5-Dec-03 17:46 
GeneralRe: FILETIME? DosDateTimeToFileTime() ? Pin
Amit Dey5-Dec-03 22:06
Amit Dey5-Dec-03 22:06 
GeneralRe: FILETIME? DosDateTimeToFileTime() ? Pin
Michael Dunn6-Dec-03 0:33
sitebuilderMichael Dunn6-Dec-03 0:33 
GeneralTutorial Recommendations Pin
Roger Wright5-Dec-03 7:03
professionalRoger Wright5-Dec-03 7:03 
GeneralRe: Tutorial Recommendations Pin
Michael P Butler5-Dec-03 8:44
Michael P Butler5-Dec-03 8:44 
GeneralRe: Tutorial Recommendations Pin
Roger Wright5-Dec-03 9:03
professionalRoger Wright5-Dec-03 9:03 
GeneralRe: Tutorial Recommendations Pin
Michael P Butler5-Dec-03 9:15
Michael P Butler5-Dec-03 9:15 
GeneralRe: Tutorial Recommendations Pin
Roger Wright5-Dec-03 10:12
professionalRoger Wright5-Dec-03 10:12 
GeneralRe: Tutorial Recommendations Pin
Jörgen Sigvardsson5-Dec-03 14:04
Jörgen Sigvardsson5-Dec-03 14:04 
Questionwait methods!!!? Pin
mitil203904823045-Dec-03 6:55
mitil203904823045-Dec-03 6:55 
AnswerRe: wait methods!!!? Pin
Joe Woodbury5-Dec-03 20:51
professionalJoe Woodbury5-Dec-03 20:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.