Results 1 to 4 of 4

Thread: Multi-threading crunch-bang

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Sure, I was just wondering if anyone could make anything of the error I posted, since it speaks none to me or google. I haven't had much luck with gdb (new to this debugging business, started earlier today) yet either. My suspicion is that two threads are accessing the same variable which may be a problem...

    Edit: I lie, gdb has spoken! Yah:

    Code:
    [Thread debugging using libthread_db enabled]
    [New Thread 0x7fffed4ea700 (LWP 3240)]
    [Thread 0x7fffed4ea700 (LWP 3240) exited]
    [New Thread 0x7fffed4ea700 (LWP 3241)]
    [New Thread 0x7ffff04c9700 (LWP 3242)]
    XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
          after 141 requests (140 known processed) with 2 events remaining.
    [Thread 0x7ffff04c9700 (LWP 3242) exited]
    [Thread 0x7fffed4ea700 (LWP 3241) exited]
    
    Program exited with code 01.
    When I run backtrace I get the 'No Stack' line...

    Edit: more headway has been made: It would seem a thread cannot launch the procedure to update window information, and at a guess I believe it has something to do with window contexts?? Don't understand it but its now a low-priority issue more with functionality which I can probably fixe some other way. So if anyone can make sense of the above thank you very much, if not its just implementation: 1 result, 1,000,000 ways

    sorry for the wasted thread.
    Last edited by code_glitch; 08-04-2011 at 09:18 PM.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

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
  •