- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am not exactly sure about the terms but i think this should be pretty basic
in my program i have a subroutine called in many places. in there i am checking values validity and i want to generate the exeption signal list (like when segment fault is prduced) to be able to know where the subroutine is called from.how do i do it?
thanks in advance
yair
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi yair,
You can use the RAISEQQ function to send a signal to your program that you can handle with
the SIGNALQQ function. There's a short example in the SIGNALQQ page in the User Documentation.
Regards,
Steve D.
Intel Developer Support
You can use the RAISEQQ function to send a signal to your program that you can handle with
the SIGNALQQ function. There's a short example in the SIGNALQQ page in the User Documentation.
Regards,
Steve D.
Intel Developer Support

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page