Results 1 to 4 of 4

Thread: Crash due to custom plugin?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Crash due to custom plugin?

    Thanks, I totally skipped the initialize function, so my plugin does nothing. Opening a pro file works. But opening a cpp file, creator crashes? Will investigate the next days whats the error with cpp editor. Thanks.

  2. #2
    Join Date
    Feb 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Crash due to custom plugin?

    I think the crashing of QT is independent of your custom plugin.

    I have a similar problem with QT Creator crashing. If I install QT on a specific Mac and simply open a project, then attempt to open either a header or cpp file, then QT Creator crashes. At first it happen when I was running the textfinder example, at the point where I connect a signal to a slot. But, then I narrowed it down to the opening of a header or cpp file. I get the same thread crashing as you do: libCppEditor.dylib. The Exception Type is EXC_BAD_ACCESS and Exception Code is KERN_PROTECTION_FAILURE.

    The odd thing here is that I did the same install on a co-workers Mac who has a similar box, both of us running Snow Leopard on an iMac, and I can open the header and cpp files with no problem. The Xcode is 3.2 so that isn't the problem. The only difference that I can find in our two boxes is that my co-worker has 2 GB of RAM and I only have 1 GB. According to the QT website, 1 GB is sufficent.

Similar Threads

  1. Replies: 8
    Last Post: 27th December 2009, 14:57
  2. Custom Plugin Trouble
    By stevey in forum Qt Programming
    Replies: 5
    Last Post: 3rd November 2009, 17:08
  3. Replies: 2
    Last Post: 8th February 2008, 14:31
  4. Testing a custom Plugin
    By maluta in forum Qt Programming
    Replies: 5
    Last Post: 31st October 2006, 15:09
  5. Custom plugin for a layout
    By cocheci in forum Qt Tools
    Replies: 2
    Last Post: 12th June 2006, 18:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.