Home Forums Legacy SDKs Analytics crash-dump?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3262
    Michael J
    Participant

    Hi,

    I’ve written an application which uses the Analytics SDK.
    On connection of the EyeTracker(X2-60) the application crashes before the browserEventListener is called.
    Currently, I have no idea what causes the error, the codes is pretty similar to the QtSample(which works).
    Does the Analytics SDK create a crash-dump?

    Thanks a lot!

    #3271
    Michael J
    Participant

    With WinDbg I got more information:
    (a58.df4): Access violation – code c0000005 (first chance)
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\tobiisdk\tobii-analytics-sdk-3.0.83-win-Win32\Cpp\Lib\tetio.dll –
    tetio!tobii_sdk_vector_set_string+0x2e94:

    but still have no clue what is the actual error

    #3282
    jesper högström
    Participant

    Does the qt-sample work?
    Without looking at the sources I would think something hands a string that is null to something else that isn’t quite ready for it.

    #3284
    Serhii Horbach
    Participant

    Unfortunately SDK does not create a crash-dump.
    Do you use tobii_sdk_vector_set_string function in your code?
    If yes, please verify parameters on the function call.

    #3395
    Michael J
    Participant

    Hi,
    thank you for your replies.

    The qt-sample works.

    The function is not in my code. The program crashes while waiting for EyeTrackerBrowser-Event, at the moment the EyeTracker connects.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.