_lwevent_create_internal causes data exception error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

_lwevent_create_internal causes data exception error

390 Views
manoje_s_
Contributor III

on freescale vybrid when the eglCreateContext() is called there is an abort exception generated. what has been noted is a while loop runs few times and when event_chk_ptr points to NULL, it tried to read and write. I have attached a debugger screen shot as well.

MQX version used  - Freescale_MQX_4_1_0_Beta

configuration built is vybrid_autoevb_a5 with ARM GCC


0 Kudos
1 Reply

276 Views
anthony_huereca
NXP Employee
NXP Employee

Hi,

  I would recommend first using the official 4.1 release which was made available at the end of February. It'll have several bug fixes and improvements over the beta release, with a particular emphasis on Vybrid features. Also make sure you try the lwevent example at C:\Freescale\Freescale_MQX_4_1\mqx\examples\lwevent to see how to implement the lwevent into your particular application.

-Anthony

0 Kudos