Options

smugmug mac uploader 2.0 having issues

cabbeycabbey Registered Users Posts: 1,053 Major grins
edited October 21, 2006 in SmugMug Support
I've hit this a few times tonight, the uploader dies and the OS's trapp handler kicks in, attaching a debugger shows the following backtrace, sadly it looks to be code outside of smugmug uploader. :(
Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000006

Reading symbols for shared libraries ..... done
/Users/cabbey/292: No such file or directory.
Attaching to program: `/Applications/smugmug uploader.app/Contents/MacOS/smugmug uploader', process 292.
Reading symbols for shared libraries ........................................................................................... done
0x907bcdb8 in CFRelease ()

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000006
0x907bcdb8 in CFRelease ()
(gdb) bt
#0  0x907bcdb8 in CFRelease ()
#1  0x9375e6dc in -[NSBitmapImageRep _freeImage] ()
#2  0x9375e300 in -[NSBitmapImageRep dealloc] ()
#3  0x937a644c in -[NSImage _forgetData:] ()
#4  0x937a6340 in -[NSImage _drawDone:success:] ()
#5  0x937a5c00 in -[NSImage _drawRepresentation:] ()
#6  0x9375c214 in -[NSImage _cacheRepresentation:stayFocused:] ()
#7  0x937a595c in -[NSImage _cacheRepresentation:] ()
#8  0x93773b20 in -[NSImage drawInRect:fromRect:operation:fraction:] ()
#9  0x9377368c in -[NSImage _compositeFlipped:inRect:fromRect:operation:fraction:] ()
#10 0x9377357c in -[NSImage _compositeFlipped:atPoint:fromRect:operation:fraction:] ()
#11 0x937a5344 in -[NSImageCell drawInteriorWithFrame:inView:] ()
#12 0x937a09a4 in -[NSImageCell drawWithFrame:inView:] ()
#13 0x93775d88 in -[NSControl drawRect:] ()
#14 0x93751858 in -[NSView _drawRect:clip:] ()
#15 0x93750e18 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
#16 0x937503e0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#17 0x937509a8 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#18 0x937509a8 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#19 0x937509a8 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#20 0x937509a8 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#21 0x93771044 in -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
#22 0x9374a054 in -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] ()
#23 0x9373f348 in -[NSView displayIfNeeded] ()
#24 0x9373f1b8 in -[NSWindow displayIfNeeded] ()
#25 0x9373f064 in _handleWindowNeedsDisplay ()
#26 0x907dc73c in __CFRunLoopDoObservers ()
#27 0x907dc9dc in __CFRunLoopRun ()
#28 0x907dc47c in CFRunLoopRunSpecific ()
#29 0x93208740 in RunCurrentEventLoopInMode ()
#30 0x93207dd4 in ReceiveNextEventCommon ()
#31 0x93207c40 in BlockUntilNextEventMatchingListInMode ()
#32 0x9370bae4 in _DPSNextEvent ()
#33 0x9370b7a8 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#34 0x93707cec in -[NSApplication run] ()
#35 0x937f887c in NSApplicationMain ()
#36 0x00007f98 in main (argc=0, argv=0x90a628f0) at main.m:13
SmugMug Sorcerer - Engineering Team Champion for Commerce, Finance, Security, and Data Support
http://wall-art.smugmug.com/

Comments

  • Options
    cabbeycabbey Registered Users Posts: 1,053 Major grins
    edited October 21, 2006
    More data in the hopes that whoever maintains this app for smugmug will have some use for it. (and yes, I've hit the 'report' button to send a copy to apple as well, since the top of this stack really seems to scream "not smugmug's problem".) BID and hardware info removed to fit in post, ask for 'em if you want 'em.
    Date/Time:      2006-10-21 00:02:07.003 -0500
    OS Version:     10.4.8 (Build 8L127)
    Report Version: 4
    
    Command: smugmug uploader
    Path:    /Applications/smugmug uploader.app/Contents/MacOS/smugmug uploader
    Parent:  WindowServer [55]
    
    Version: 2.0 (2.0)
    
    PID:    549
    Thread: 0
    
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
    
    Thread 0 Crashed:
    0   com.apple.CoreFoundation 	0x907bcdb8 CFRelease + 92
    1   com.apple.AppKit         	0x9375e6dc -[NSBitmapImageRep _freeImage] + 940
    2   com.apple.AppKit         	0x9375e300 -[NSBitmapImageRep dealloc] + 140
    3   com.apple.AppKit         	0x937a644c -[NSImage _forgetData:] + 220
    4   com.apple.AppKit         	0x937a6340 -[NSImage _drawDone:success:] + 112
    5   com.apple.AppKit         	0x937a5c00 -[NSImage _drawRepresentation:] + 196
    6   com.apple.AppKit         	0x9375c214 -[NSImage _cacheRepresentation:stayFocused:] + 208
    7   com.apple.AppKit         	0x937a595c -[NSImage _cacheRepresentation:] + 32
    8   com.apple.AppKit         	0x93773b20 -[NSImage drawInRect:fromRect:operation:fraction:] + 1148
    9   com.apple.AppKit         	0x9377368c -[NSImage _compositeFlipped:inRect:fromRect:operation:fraction:] + 248
    10  com.apple.AppKit         	0x9377357c -[NSImage _compositeFlipped:atPoint:fromRect:operation:fraction:] + 192
    11  com.apple.AppKit         	0x937a5344 -[NSImageCell drawInteriorWithFrame:inView:] + 1412
    12  com.apple.AppKit         	0x937a09a4 -[NSImageCell drawWithFrame:inView:] + 1184
    13  com.apple.AppKit         	0x93775d88 -[NSControl drawRect:] + 324
    14  com.apple.AppKit         	0x93751858 -[NSView _drawRect:clip:] + 2128
    15  com.apple.AppKit         	0x93750e18 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 404
    16  com.apple.AppKit         	0x937503e0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 196
    17  com.apple.AppKit         	0x937509a8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1676
    18  com.apple.AppKit         	0x937509a8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1676
    19  com.apple.AppKit         	0x937509a8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1676
    20  com.apple.AppKit         	0x937509a8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1676
    21  com.apple.AppKit         	0x93771044 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 192
    22  com.apple.AppKit         	0x9374a054 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 384
    23  com.apple.AppKit         	0x9373f348 -[NSView displayIfNeeded] + 248
    24  com.apple.AppKit         	0x9373f1b8 -[NSWindow displayIfNeeded] + 180
    25  com.apple.AppKit         	0x9373f064 _handleWindowNeedsDisplay + 200
    26  com.apple.CoreFoundation 	0x907dc73c __CFRunLoopDoObservers + 352
    27  com.apple.CoreFoundation 	0x907dc9dc __CFRunLoopRun + 420
    28  com.apple.CoreFoundation 	0x907dc47c CFRunLoopRunSpecific + 268
    29  com.apple.HIToolbox      	0x93208740 RunCurrentEventLoopInMode + 264
    30  com.apple.HIToolbox      	0x93207dd4 ReceiveNextEventCommon + 380
    31  com.apple.HIToolbox      	0x93207c40 BlockUntilNextEventMatchingListInMode + 96
    32  com.apple.AppKit         	0x9370bae4 _DPSNextEvent + 384
    33  com.apple.AppKit         	0x9370b7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    34  com.apple.AppKit         	0x93707cec -[NSApplication run] + 472
    35  com.apple.AppKit         	0x937f887c NSApplicationMain + 452
    36  com.smugmug.uploader     	0x00007f98 main + 16 (main.m:14)
    37  com.smugmug.uploader     	0x000077e4 _start + 340 (crt.c:272)
    38  com.smugmug.uploader     	0x0000768c start + 60
    
    Thread 1:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c8049f8 JNI_CreateJavaVM_Impl + 44348
    3   libjvm.dylib             	0x9c804998 JNI_CreateJavaVM_Impl + 44252
    4   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    5   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 2:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867120 jio_snprintf + 377452
    3   libjvm.dylib             	0x9c866db4 jio_snprintf + 376576
    4   libjvm.dylib             	0x9c867374 jio_snprintf + 378048
    5   libjvm.dylib             	0x9c866bf4 jio_snprintf + 376128
    6   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    7   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 3:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867008 jio_snprintf + 377172
    3   libjvm.dylib             	0x9c8762e8 JVM_MonitorWait + 2936
    4   libjvm.dylib             	0x9c875cac JVM_MonitorWait + 1340
    5   libjvm.dylib             	0x9c875a20 JVM_MonitorWait + 688
    6   <<00000000>> 	0x04d7b2c4 0 + 81244868
    7   <<00000000>> 	0x04d74ab0 0 + 81218224
    8   <<00000000>> 	0x04d74ab0 0 + 81218224
    9   <<00000000>> 	0x04d72164 0 + 81207652
    10  libjvm.dylib             	0x9c8683c8 jio_snprintf + 382228
    11  libjvm.dylib             	0x9c868214 jio_snprintf + 381792
    12  libjvm.dylib             	0x9c8755c8 JVM_StartThread + 2572
    13  libjvm.dylib             	0x9c8754bc JVM_StartThread + 2304
    14  libjvm.dylib             	0x9c87544c JVM_StartThread + 2192
    15  libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    16  libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    17  libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 4:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867008 jio_snprintf + 377172
    3   libjvm.dylib             	0x9c8762e8 JVM_MonitorWait + 2936
    4   libjvm.dylib             	0x9c875cac JVM_MonitorWait + 1340
    5   libjvm.dylib             	0x9c875a20 JVM_MonitorWait + 688
    6   <<00000000>> 	0x04d7b2c4 0 + 81244868
    7   <<00000000>> 	0x04d74ab0 0 + 81218224
    8   <<00000000>> 	0x04d749c0 0 + 81217984
    9   <<00000000>> 	0x04d749c0 0 + 81217984
    10  <<00000000>> 	0x04d72164 0 + 81207652
    11  libjvm.dylib             	0x9c8683c8 jio_snprintf + 382228
    12  libjvm.dylib             	0x9c868214 jio_snprintf + 381792
    13  libjvm.dylib             	0x9c8755c8 JVM_StartThread + 2572
    14  libjvm.dylib             	0x9c8754bc JVM_StartThread + 2304
    15  libjvm.dylib             	0x9c87544c JVM_StartThread + 2192
    16  libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    17  libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    18  libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 5:
    0   libSystem.B.dylib        	0x9002bcb8 semaphore_wait_trap + 8
    1   libjvm.dylib             	0x9c88aea0 JVM_RegisterSignal + 10160
    2   libjvm.dylib             	0x9c88abb4 JVM_RegisterSignal + 9412
    3   libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    4   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    5   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 6:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867008 jio_snprintf + 377172
    3   libjvm.dylib             	0x9c866e50 jio_snprintf + 376732
    4   libjvm.dylib             	0x9c88c1e4 JVM_RegisterSignal + 15092
    5   libjvm.dylib             	0x9c88bf24 JVM_RegisterSignal + 14388
    6   libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    7   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    8   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 7:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867008 jio_snprintf + 377172
    3   libjvm.dylib             	0x9c866db4 jio_snprintf + 376576
    4   libjvm.dylib             	0x9c88c7fc JVM_RegisterSignal + 16652
    5   libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    6   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    7   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 8:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867120 jio_snprintf + 377452
    3   libjvm.dylib             	0x9c89e630 JVM_RegisterSignal + 89920
    4   libjvm.dylib             	0x9c89e2a0 JVM_RegisterSignal + 89008
    5   libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    6   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 9:
    0   libSystem.B.dylib        	0x9001f08c select + 12
    1   libObjCJava.A.dylib      	0x971b0344 thread_func + 560
    2   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 10:
    0   libSystem.B.dylib        	0x9000ab48 mach_msg_trap + 8
    1   libSystem.B.dylib        	0x9000aa9c mach_msg + 60
    2   libjvm.dylib             	0x9c867120 jio_snprintf + 377452
    3   libjvm.dylib             	0x9c89e4f4 JVM_RegisterSignal + 89604
    4   libjvm.dylib             	0x9c916f60 JVM_Sleep + 428
    5   <<00000000>> 	0x04d7b2c4 0 + 81244868
    6   <<00000000>> 	0x04d74ab0 0 + 81218224
    7   <<00000000>> 	0x04d74e10 0 + 81219088
    8   <<00000000>> 	0x04d72164 0 + 81207652
    9   libjvm.dylib             	0x9c8683c8 jio_snprintf + 382228
    10  libjvm.dylib             	0x9c868214 jio_snprintf + 381792
    11  libjvm.dylib             	0x9c8755c8 JVM_StartThread + 2572
    12  libjvm.dylib             	0x9c8754bc JVM_StartThread + 2304
    13  libjvm.dylib             	0x9c87544c JVM_StartThread + 2192
    14  libjvm.dylib             	0x9c875314 JVM_StartThread + 1880
    15  libjvm.dylib             	0x9c80488c JNI_CreateJavaVM_Impl + 43984
    16  libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 11:
    0   libSystem.B.dylib        	0x9002bbc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib        	0x900306ac pthread_cond_wait + 480
    2   com.apple.AppKit         	0x93739e58 -[NSViewHierarchyLock lockForReadingWithExceptionHandler:] + 260
    3   com.apple.AppKit         	0x937a88dc -[NSUIHeartBeat _heartBeatThread:] + 792
    4   com.apple.Foundation     	0x92961194 forkThreadForFunction + 108
    5   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 12:
    0   libSystem.B.dylib        	0x9001fda0 sendto + 12
    1   com.smugmug.uploader     	0x00011a44 -[AbstractSocket writeData:] + 200 (AbstractSocket.m:566)
    2   com.smugmug.uploader     	0x0000e0c4 -[GenericUploader CocoaUploadThread] + 2468 (GenericUploader.m:497)
    3   com.apple.Foundation     	0x92961194 forkThreadForFunction + 108
    4   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 13:
    0   libSystem.B.dylib        	0x90049ea8 syscall_thread_switch + 8
    1   com.apple.Foundation     	0x929795d0 +[NSThread sleepUntilDate:] + 152
    2   com.smugmug.uploader     	0x0000d578 -[GenericUploader progressThread] + 348 (GenericUploader.m:250)
    3   com.apple.Foundation     	0x92961194 forkThreadForFunction + 108
    4   libSystem.B.dylib        	0x9002b508 _pthread_body + 96
    
    Thread 0 crashed with PPC Thread State 64:
      srr0: 0x00000000907bcdb8 srr1: 0x100000000200f030                        vrsave: 0x0000000000000000
        cr: 0x24044482          xer: 0x0000000000000000   lr: 0x00000000907bcd64  ctr: 0x00000000907bcd5c
        r0: 0x000000009375e6dc   r1: 0x00000000bfffd350   r2: 0x00000000a07bcd64   r3: 0x0000000000000000
        r4: 0x0000000090a628f0   r5: 0x00000000000003e8   r6: 0xffffffffffffffff   r7: 0x00000000fda75200
        r8: 0x0000000000000001   r9: 0x00000000a0001fac  r10: 0x0000000000000002  r11: 0x00000000a3706734
       r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x00000000bfffe150  r15: 0x0000000000000001
       r16: 0x0000000000379400  r17: 0x0000000000000000  r18: 0x0000000000000000  r19: 0x0000000000000000
       r20: 0x00000000a374031c  r21: 0x0000000000000000  r22: 0x0000000000000000  r23: 0x0000000000000002
       r24: 0x00000000a37436a4  r25: 0x00000000a37036a4  r26: 0x00000000a373e274  r27: 0x00000000a374e274
       r28: 0x00000000a373e274  r29: 0x0000000000000000  r30: 0x00000000d86ffd50  r31: 0x00000000907bcd64
    
    SmugMug Sorcerer - Engineering Team Champion for Commerce, Finance, Security, and Data Support
    http://wall-art.smugmug.com/
  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited October 21, 2006
  • Options
    cabbeycabbey Registered Users Posts: 1,053 Major grins
    edited October 21, 2006
    Actually, I had tried it awhile ago and had no luck with it at all, and had forgotten I still had it around. I was using 2.0. I'll give it a try with the second half of the images.
    SmugMug Sorcerer - Engineering Team Champion for Commerce, Finance, Security, and Data Support
    http://wall-art.smugmug.com/
  • Options
    jofallonjofallon Registered Users Posts: 1 Beginner grinner
    edited October 21, 2006
    issues
    I also got this with an overnight upload; PPC G5 with 10.4.8. Before that, it was giving a "file not found" eror for jpg's I could see and browse easily in Finder.
Sign In or Register to comment.