Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
sgallego84
Posts: 69
Registered: ‎10-18-2012
My Carrier: -

Process terminated SIGSEGV

Hi all,
my app is crashing after few actionitem clicks. When an actionitem is fired the app changes the objects shown in an OpenGLView situated over a ForeignWindow.

This is the message the log gives to me:

 

Process 30474444 (XXXXXX) terminated SIGSEGV code=1 fltno=11 ip=7982ece2(/base/usr/lib/qt4/lib/libQtCore.so.4.8.3@_ZN27QEventDispatcherUNIXPrivate8doSelectE6QFlagsIN10QEventLoop17ProcessEventsFlagEEP7timeval+0x171) mapaddr=0012ece2. ref=89e59175 bdslot=1

 

What could be the reason? Where have I to start searching?

 

Best regards.

Please use plain text.
Developer
simon_hain
Posts: 14,064
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Process terminated SIGSEGV

in my (limited) experience this happens when you try to access a pointer that is NULL.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
sgallego84
Posts: 69
Registered: ‎10-18-2012
My Carrier: -

Re: Process terminated SIGSEGV

It is a good way to start.

 

Thanks!

Please use plain text.