Results 1 to 16 of 16

Thread: Problems with threads and windows

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Join Date
    Jan 2006
    Location
    Catalonia
    Posts
    266
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    44
    Thanked 2 Times in 2 Posts

    Default Re: Problems with threads and windows

    Hi, here's the backtrace as a result of a program crash:
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to thread -277..........]
    0x1012c44b in _size_of_stack_reserve__ ()
    and the message from the program drwatson of windows is that the program has made an illegal acess to memory.
    As I think, crashes as a result of an overload of the stack. I guess that's because I am working with some QImages at the same time and I think that could be better to define the images in dynamic memory. I will try it.
    Last edited by SkripT; 13th January 2006 at 23:55.

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.