Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. E32USER-CBase reason 69
Forum Updated to NodeBB v4.3 + New Features

E32USER-CBase reason 69

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mannu
    wrote on last edited by
    #1

    Hey,
    i am building a qt application. In it i needed to incorporate an initial screen for which i created a new designer form class, added a timer in it and after 4 seconds the this initial screen disappears and then the main app starts. Once i did this i got a thread panicking error. I deleted this designer form class but still it didnt work giving the same error. The error i got while launching on the device is E32USER-Cbase reason 69.

    Where did i go wrong. i have just one main.ccp file and one MainWindow Qt designer class. Please provide exact steps as to what is the solution to this problem.

    Thanks in advance :)

    1 Reply Last reply
    0
    • M Offline
      M Offline
      matti-
      wrote on last edited by
      #2

      Ah, "good" old Symbian panic codes.

      E32USER-Cbase 69: "This panic is raised if no trap handler has been installed. In practice, this occurs if CTrapCleanup::New() has not been called before using the cleanup stack."

      Sounds like theres something wrong with your app bootstrapping.

      • m

      Author of <a href="http://mmark.777-team.org/">MMark13</a>

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mannu
        wrote on last edited by
        #3

        It was working fine previously, i tested the full functionality of the app and it was all good. Could you please elaborate on the solution?

        1 Reply Last reply
        0
        • M Offline
          M Offline
          matti-
          wrote on last edited by
          #4

          As I recall, every thread in Symbian has to have a Cleanup Trap installed. Qt obviously does this for you I suppose, but if you allocate a new thread then there might be an issue with this. I don't really know more, but if the problem is related to the timer, I'd look into that.

          Author of <a href="http://mmark.777-team.org/">MMark13</a>

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mannu
            wrote on last edited by
            #5

            I have removed the timer. Still there is an issue and it gives the same error every time i run it....

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved