#122219 - 27/10/2002 20:38
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I use Eclipse which has a really nice debugger in it (www.eclipse.org) ...
|
Top
|
|
|
|
#122224 - 28/10/2002 05:24
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
Those jpg's aren't working  By the way -- about the debugLevel 32 -- I was wrong, 31 was supposed to be showing everything but I commented out the lowest level debugging code to increase performance...
Try doing this: after it hangs, go to the console and hit either Ctrl-Shift-Break or Ctrl-\ and see if it prints all the stack traces to the console. If you can, save those and send them to me.... It's frustrating because on my RedHat 7.2 everything is working fine (running over X11 since I don't have X installed on it).
|
Top
|
|
|
|
#122225 - 28/10/2002 09:44
Re: jemplode: sync goes into la-la land?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
|
Top
|
|
|
|
#122228 - 28/10/2002 10:16
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
Cool .. I actually could see this from your jpgs too ... Apparently there's a deadlock trying to retrieve the value of your wendy flags at the same time as synchronizing (both methods are blocking on the same object). Is it possible you have Wendy flags as a column in the right-hand pane (the playlist table view)? Try removing that column and see if it still locks ... I'll try to fix the locking tonight so you can have that column on.
Thanks a lot for getting those stack traces ...
Mike
|
Top
|
|
|
|
#122233 - 28/10/2002 10:39
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
carpal tunnel
Registered: 20/12/1999
Posts: 31618
Loc: Seattle, WA
|
I guess now I'll slap together a new gpsapp for Tony with the cold start fix, since I put it off all weekend.
|
Top
|
|
|
|
#122234 - 28/10/2002 10:39
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
So I think fact that you're changing a field isn't actually the problem, but rather the AWT painting thread just happens to be blocking trying to get the wendy flag value to draw it on the screen in the table ... Very weird.
|
Top
|
|
|
|
#122236 - 28/10/2002 11:02
Re: jemplode: sync goes into la-la land?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I didn't look at bulk setting marked for 43 .. i'll see if I can get that in 44 ...
|
Top
|
|
|
|
|
|