Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Program coredumps...

Status
Not open for further replies.

gavs

Programmer
Aug 15, 2001
2
US
Hi:

I had accidently posted this message, in response to another users query. Sorry.

I am using c++ version of IBM's MQ, and have further wrapped their classes into my own classes. My program works fine when 'getting' or putting messages on/to a queue. But I cannot do both, ie read a message and put that message on another queue. When I allocate more memory for the message(can be the same as the 'gotten' message or modified), the program coredumps at 'new'. Any suggestions, please.

Thanks in advance.

gavs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top