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
Regular Contributor
prathipa84
Posts: 55
Registered: ‎03-14-2012
My Carrier: none

Reg : Process terminated SIGSEGV QDeclarativeExpression

Hello all,

 

                  I got the following error while passing the values from the qml and also calling the next page on the onClicked event. I have attached the code below:

 

Process 44097739 (Application name) terminated SIGSEGV code=1 fltno=11 ip=7881bac0(/base/usr/lib/qt4/lib/libQtDeclarative.so.4.8.3@_ZNK22QDeclarativeExpression11scopeObjectEv+0x7) mapaddr=0011bac0. ref=00000034

 

 

onClicked:{

root.Button_Login(host.text, user.text, passwd.text);
navPane.push(statusmsg);
}

 

what to do for this to solve, help me!!!!!

 

Thanks.

Please use plain text.