Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User sticky1's Avatar
    Join Date
    Mar 2003
    Posts
    12
    I am implementing an application. When closing the application the emulator crashes and shows an error dialog with text ""User breakpoint called from code at 0x6001a0bb". What is the meaning of this note?

  2. #2
    Regular Contributor huckFIN's Avatar
    Join Date
    Mar 2003
    Posts
    76
    Error codes which start with 0x6001... result from unfreed resources. In practise, this happens if you allocate some memory, but do no free it during application life time. Error code 0x6001... can also happen if you do not use CleanupStack properly (you are pushing something in the stack never pop it).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved