Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 19:57

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: 6. Aug 2011, 04:34 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
I'm using TFU 2.14. When I try to upload a file (I choose it, it appears in the list, I click 'upload'), the flash plugin crashes. I see the words "plugin failure", and I find the following crash report, below. I'm using the latest Snow Leopard 10.6, latest Safari, everything up to date.

However, this does NOT happen when I try the same thing using a webpage hosted on my local (Localhost) webserver! Only with the webpage on my external server, over the Internet.

* NOTE: I have resizing turned on, and the first choice is "original" which maps to 10000. I assume the image is not resized larger!!! If that is the case, well, 10,000 might very well crash things! I cannot find info on the resizing, however.



Process: PluginProcess [81661]
Path: /System/Library/PrivateFrameworks/WebKit2.framework/PluginProcess.app/Contents/MacOS/PluginProcess
Identifier: com.apple.WebKit.PluginProcess
Version: 6534 (6534.50)
Build Info: WebKit2-75345000~2
Code Type: X86 (Native)
Parent Process: Safari [81427]

PlugIn Path: /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
PlugIn Identifier: com.macromedia.FlashPlayer-10.6.plugin
PlugIn Version: 10.2.152.26 (10.2.152.26)

Date/Time: 2011-08-05 19:29:38.660 -0700
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000001c
Crashed Thread: 12

Thread 0: Dispatch queue: com.apple.main-thread
0 ...dia.FlashPlayer-10.6.plugin 0x155dfd60 0x152aa000 + 3366240
1 ...dia.FlashPlayer-10.6.plugin 0x155a8114 0x152aa000 + 3137812
2 ...dia.FlashPlayer-10.6.plugin 0x155a834c 0x152aa000 + 3138380
3 ...dia.FlashPlayer-10.6.plugin 0x155ce4bb 0x152aa000 + 3294395
4 ...dia.FlashPlayer-10.6.plugin 0x155d0245 0x152aa000 + 3301957
5 ...dia.FlashPlayer-10.6.plugin 0x15620618 0x152aa000 + 3630616
6 ...dia.FlashPlayer-10.6.plugin 0x15620eab 0x152aa000 + 3632811
7 ...dia.FlashPlayer-10.6.plugin 0x157839c7 main + 17431
8 com.apple.CoreFoundation 0x9796545b __CFRunLoopDoSources0 + 1563
9 com.apple.CoreFoundation 0x97962f1f __CFRunLoopRun + 1071
10 com.apple.CoreFoundation 0x979623f4 CFRunLoopRunSpecific + 452
11 com.apple.CoreFoundation 0x97962221 CFRunLoopRunInMode + 97
12 com.apple.HIToolbox 0x968f3e04 RunCurrentEventLoopInMode + 392
13 com.apple.HIToolbox 0x968f3bb9 ReceiveNextEventCommon + 354
14 com.apple.HIToolbox 0x968f3a3e BlockUntilNextEventMatchingListInMode + 81
15 com.apple.AppKit 0x97aea595 _DPSNextEvent + 847
16 com.apple.AppKit 0x97ae9dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
17 com.apple.AppKit 0x97aac1f3 -[NSApplication run] + 821
18 com.apple.WebKit2 0x92d58f89 RunLoop::run() + 99
19 com.apple.WebKit2 0x92d9db5c WebKit::PluginProcessMain(WebKit::CommandLine const&) + 630
20 com.apple.WebKit2 0x92d6d96d WebKitMain + 324
21 com.apple.WebKit.PluginProcess 0x00001dd9 0x1000 + 3545


Top
 Profile  
 
PostPosted: 7. Aug 2011, 13:57 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
10.000 mens no resize at all.

Please turn on the upload debug in the config and check if you get to the php files at all when you upload.
Maybe it is a server answer that causes the flash to crash.

- Michael


Top
 Profile  
 
PostPosted: 8. Aug 2011, 16:44 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
Thank you. So, I looked at the tfu.log, and I saw this:
Quote:
8.05.2011 19:17:45 - ERROR 8 in rlswho/public_html/tfu/my_tfu_config.php, line 7: Undefined index: tfu_upload_dir
08.05.2011 19:17:45 - ERROR! The folder from session is empty!
08.05.2011 19:17:45 - ERROR 8 in rlswho/public_html/tfu/my_tfu_config.php, line 10: Undefined index: tfu_upload_extensions


My guess is I'm using deprecated code. Here is the tfu_config.php I was using. I will now change it to REMOVE
Code:
if ($_SESSION["tfu_upload_extensions"]) {
   $allowed_file_extensions = $_SESSION["tfu_upload_extensions"];
} else {
   $allowed_file_extensions = 'jpg,jpeg';
}


Here is my tfu_my_config.php (which I will change):
Code:
<?php
/**
 * TWG Flash uploader 2.9.x
 User configuration file. Values overwrite those in tfu_config.php
*/

$folder = $_SESSION["tfu_upload_dir"];
$folder || tfu_debug("ERROR! The folder from session is empty!");

if ($_SESSION["tfu_upload_extensions"]) {
   $allowed_file_extensions = $_SESSION["tfu_upload_extensions"];
} else {
   $allowed_file_extensions = 'jpg,jpeg';
}
$show_preview = false; // Show the small preview. Valid is 'true' and 'false' (Strings!) - the function is_gd_version_min_20 checks if the minimum requirements for resizing images are there!
$show_big_preview = 'false'; // Show the big preview - clicking on the preview image shows a bigger preview
$show_delete = 'true'; // Shows the delete button - if download is set to button this moves to the menu!
$enable_folder_browsing = 'false'; // Without browsing creation and deletion is disabled by default!
$enable_folder_creation = 'false'; // Show the menu item to create folders
$enable_folder_deletion = 'false'; // Show the menu item to delete folders - this works recursive!
$enable_folder_rename = 'false'; // Show the menu item to rename folders
$enable_file_rename = 'false'; // Show the menu item to rename files - default is false because this is a security issue
$use_image_magic = true; // You can enable image magick support for the resize of the upload. If you know that you have image magic on your server you can set this to true. image magick uses less memory then gd lib and it does copy exif information!
$normalise_file_names = true;       // new 2.7.5 - This setting convertes all filenames to lowercase and special characters are removed e.g. !"#$%&'()*+,-- []\^_`     are replaces with an _
$directory_file_limit = '200'; // you can specify a maximum number of files someone is allowed to have in a folder to limit the upload someone can make! - only available in the registered version!
$queue_file_limit = '200'; // you can specify a maximum number of files someone can upload at once! - only available in the registered version!
$queue_file_limit_size = '200'; // you can specify the limit of the upload queue in MB! - only available in the registered version!
$hide_help_button = 'false'; // since TFU 2.5 it is possible to turn off the ? (no extra flash like before is needed anymore!) - it is triggered now by the license file! professional licenses and above and old licenses that contain a TWG_NO_ABOUT in the domain (=license for 20 Euro) enable that this switch is read - possible settings are 'true' and 'false'
$enable_file_download = 'true'; // You can enable the download of files! valid entries 'true', false', 'button', 'button1' - 'button' show the dl button insted the menu button if all other elements of the menu are set to false - 'button1' shows the download button instead of the delete button and the delete function is moved to the menu if enabled! - only available in the registered version!
$enable_folder_move = 'false'; // New 2.6 - Show the menu item to move folders - you need a professional license or above to use this
$enable_file_copymove = 'false'; // New 2.6 - Show the menu item to move and copy files - you need a professional license or above to use this
$normalizeSpaces='true';            // new 2.9 - if you enable normalize file names or directory names you can decide here if spaces are replaces with an _ or not.
$exclude_directories = array('.htaccess','index.html', '.DS_Store', 'data.pxp', '_vti_cnf', '.svn', 'CVS', 'thumbs'); // new 2.6 - You can enter directories here that are ignored in TFU. You can enter files as well that should be hidden!
$hide_directory_in_title = 'true';  // You can disable the display of the upload dir in the title bar if you set this to 'true'   

$normalise_directory_names = true;   // new 2.8.1 - This setting convertes all directory names that are created or renamed to lowercase and special characters are removed e.g. !"#$%&'()*+,-- []\^_`ˆ‰¸fl are replaces with an _
$hide_hidden_files = true;          // New 2.10.6 - You can hide hidden files and directories in the remote view. All files and folders starting with a . are hidden if you set this to true.

$resize_data = '10000,1500,1024,800'; // The data for the resize dropdown
    $resize_label = 'Original,1500px,1024px,800px'; // The labels for the resize dropdown

$show_full_url_for_selected_file = 'false'; // 'true' - if you use this parameter the link to the selected file is shown - can be used for direct links - only available in the registered version!

$keep_internal_session_handling = true;  // new 2.7.5 - TFU can detect servers with session problems. And it removes the session_cache folder it it is not needed. If you set this to true the session_Cache folder is not removed automatically. You should set this to true if you have only sometimes problems with the upload!

$enable_upload_debug = true;        // This enables the debuging ouput at the upload. You should only use this after contacting me!

?>


Top
 Profile  
 
PostPosted: 8. Aug 2011, 17:49 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
You always have to use the tfu_config.php of the current version.

Your stuff should go to the my_tfu_config.php.

Best,
Michael


Top
 Profile  
 
PostPosted: 8. Aug 2011, 18:12 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
The problem is clearly the new Safari. It crashes, while FireFox does not. Below is the tfu.log after a Firefox upload. There is NO log after a Safari upload.

What now?


Code:
08.08.2011 9:11:20 - 1. Config loaded
08.08.2011 9:11:20 - session id : 309747448a8cc4c579e6a6e2672664aa
08.08.2011 9:11:20 - session TFU: 309747448a8cc4c579e6a6e2672664aa
08.08.2011 9:11:20 - login: true
08.08.2011 9:11:20 - dir: /home/girlswho/public_html/photos/input/194
08.08.2011 9:11:20 - --------------
08.08.2011 9:11:20 - 2. Authenification sucessfull
08.08.2011 9:11:20 - 3. Directory read: /home/girlswho/public_html/photos/input/194
08.08.2011 9:11:20 - 3a. $_FILES content:
Array
(
    [Filedata] => Array
        (
            [name] => testing.jpg
            [type] => application/octet-stream
            [tmp_name] => /tmp/phpy3HovC
            [error] => 0
            [size] => 165808
        )

)

08.08.2011 9:11:20 - 4. Check valid extension: testing.jpg
08.08.2011 9:11:20 - 4a. Extension valid.
08.08.2011 9:11:20 - Resize: Preparing to resize "/tmp/phpy3HovC with size: 10000"
08.08.2011 9:11:20 - Resize: Image (1006x1500) is not resized with setting "10000"
08.08.2011 9:11:20 - 5. Before move_uploaded_file : /tmp/phpy3HovC -> /home/girlswho/public_html/photos/input/194/testing.jpg
08.08.2011 9:11:20 - 5a. After move_uploaded_file.
08.08.2011 9:11:20 - 6. Uploaded.
08.08.2011 9:11:20 - 7. Internal processing done.
08.08.2011 9:11:20 - 9. End upload
08.08.2011 9:11:20 - 10. End store session


Top
 Profile  
 
PostPosted: 8. Aug 2011, 18:22 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
If no log is written for safari then it crashes before the php code is executed.
Do you have access to the server error log file? Maybe there is something written.

The upload itself is handled by flash.

- Michael


Top
 Profile  
 
PostPosted: 9. Aug 2011, 17:40 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
No, there are no errors in the server log. Also, the Flash does not crash in Firefox, only Safari.


Top
 Profile  
 
PostPosted: 9. Aug 2011, 17:49 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
Here is the OS X crash report from the plugin failure:

Process: PluginProcess [97530]
Path: /System/Library/PrivateFrameworks/WebKit2.framework/PluginProcess.app/Contents/MacOS/PluginProcess
Identifier: com.apple.WebKit.PluginProcess
Version: 6534 (6534.50)
Build Info: WebKit2-75345000~2
Code Type: X86 (Native)
Parent Process: Safari [97525]

PlugIn Path: /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
PlugIn Identifier: com.macromedia.FlashPlayer-10.6.plugin
PlugIn Version: 10.3.183.5 (10.3.183.5)

Date/Time: 2011-08-09 08:47:23.454 -0700
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000001c
Crashed Thread: 18

Thread 0: Dispatch queue: com.apple.main-thread
0 ...dia.FlashPlayer-10.6.plugin 0x15b10b4b 0x15800000 + 3214155
1 ...dia.FlashPlayer-10.6.plugin 0x15b11447 0x15800000 + 3216455
2 ...dia.FlashPlayer-10.6.plugin 0x15b1e4cd 0x15800000 + 3269837
3 ...dia.FlashPlayer-10.6.plugin 0x15b201a5 0x15800000 + 3277221
4 ...dia.FlashPlayer-10.6.plugin 0x15b74468 0x15800000 + 3621992
5 ...dia.FlashPlayer-10.6.plugin 0x15b74ceb 0x15800000 + 3624171
6 ...dia.FlashPlayer-10.6.plugin 0x15ccf817 main + 17415
7 com.apple.CoreFoundation 0x9796545b __CFRunLoopDoSources0 + 1563
8 com.apple.CoreFoundation 0x97962f1f __CFRunLoopRun + 1071
9 com.apple.CoreFoundation 0x979623f4 CFRunLoopRunSpecific + 452
10 com.apple.CoreFoundation 0x97962221 CFRunLoopRunInMode + 97
11 com.apple.HIToolbox 0x968f3e04 RunCurrentEventLoopInMode + 392
12 com.apple.HIToolbox 0x968f3bb9 ReceiveNextEventCommon + 354
13 com.apple.HIToolbox 0x968f3a3e BlockUntilNextEventMatchingListInMode + 81
14 com.apple.AppKit 0x97aea595 _DPSNextEvent + 847
15 com.apple.AppKit 0x97ae9dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
16 com.apple.AppKit 0x97aac1f3 -[NSApplication run] + 821
17 com.apple.WebKit2 0x92d58f89 RunLoop::run() + 99
18 com.apple.WebKit2 0x92d9db5c WebKit::PluginProcessMain(WebKit::CommandLine const&) + 630
19 com.apple.WebKit2 0x92d6d96d WebKitMain + 324
20 com.apple.WebKit.PluginProcess 0x00001dd9 0x1000 + 3545

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x95e65382 kevent + 10
1 libSystem.B.dylib 0x95e65a9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x95e64f59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x95e64cfe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x95e64781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 2:
0 libSystem.B.dylib 0x95e3eafa mach_msg_trap + 10
1 libSystem.B.dylib 0x95e3f267 mach_msg + 68
2 com.unsanity.ape 0x0073d725 __ape_agent + 255
3 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
4 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 3:
0 libSystem.B.dylib 0x95e6caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x95e6c75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x95e6e3f8 pthread_cond_wait$UNIX2003 + 73
3 ...dia.FlashPlayer-10.6.plugin 0x15c6036f unregister_ShockwaveFlash + 47215
4 ...dia.FlashPlayer-10.6.plugin 0x15818b24 0x15800000 + 101156
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x95e6caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x95e6c75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x95e6e3f8 pthread_cond_wait$UNIX2003 + 73
3 ...dia.FlashPlayer-10.6.plugin 0x15c6036f unregister_ShockwaveFlash + 47215
4 ...dia.FlashPlayer-10.6.plugin 0x15818b24 0x15800000 + 101156
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x95e6caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x95e6c75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x95e6e3f8 pthread_cond_wait$UNIX2003 + 73
3 ...dia.FlashPlayer-10.6.plugin 0x15c6036f unregister_ShockwaveFlash + 47215
4 ...dia.FlashPlayer-10.6.plugin 0x15818b24 0x15800000 + 101156
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 6:
0 libSystem.B.dylib 0x95e6caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x95e6c75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x95e6e3f8 pthread_cond_wait$UNIX2003 + 73
3 ...dia.FlashPlayer-10.6.plugin 0x15c6036f unregister_ShockwaveFlash + 47215
4 ...dia.FlashPlayer-10.6.plugin 0x15818b24 0x15800000 + 101156
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x95e3eb5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x95e6c6e1 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x95e9b5a8 pthread_cond_timedwait_relative_np + 47
3 ...dia.FlashPlayer-10.6.plugin 0x15c60331 unregister_ShockwaveFlash + 47153
4 ...dia.FlashPlayer-10.6.plugin 0x159e6aef 0x15800000 + 1993455
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 8:
0 libSystem.B.dylib 0x95e3eb5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x95e6c6e1 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x95e9b5a8 pthread_cond_timedwait_relative_np + 47
3 ...dia.FlashPlayer-10.6.plugin 0x15c60331 unregister_ShockwaveFlash + 47153
4 ...dia.FlashPlayer-10.6.plugin 0x15b47972 0x15800000 + 3438962
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 9:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 10:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 11:
0 libSystem.B.dylib 0x95e3eb5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x95e6c6e1 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x95e9b5a8 pthread_cond_timedwait_relative_np + 47
3 ...dia.FlashPlayer-10.6.plugin 0x15c60331 unregister_ShockwaveFlash + 47153
4 ...dia.FlashPlayer-10.6.plugin 0x15b47a08 0x15800000 + 3439112
5 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
6 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 12:
0 libSystem.B.dylib 0x95e3eafa mach_msg_trap + 10
1 libSystem.B.dylib 0x95e3f267 mach_msg + 68
2 com.apple.CoreFoundation 0x9796330f __CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x979623f4 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x97968334 CFRunLoopRun + 84
5 com.apple.DesktopServices 0x929b0b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
6 ...ple.CoreServices.CarbonCore 0x913c754a PrivateMPEntryPoint + 68
7 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
8 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 13:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 14:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 15:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 16:
0 libSystem.B.dylib 0x95e64412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x95e649a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x95e645c6 start_wqthread + 30

Thread 17: com.apple.CFSocket.private
0 libSystem.B.dylib 0x95e5dac6 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x979a2c83 __CFSocketManager + 1091
2 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
3 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 18 Crashed:
0 ...dia.FlashPlayer-10.6.plugin 0x15903c73 0x15800000 + 1064051
1 ...dia.FlashPlayer-10.6.plugin 0x15903d31 0x15800000 + 1064241
2 ...dia.FlashPlayer-10.6.plugin 0x15c7315d unregister_ShockwaveFlash + 124509
3 ...dia.FlashPlayer-10.6.plugin 0x15c6b939 unregister_ShockwaveFlash + 93753
4 ...dia.FlashPlayer-10.6.plugin 0x15c6046e unregister_ShockwaveFlash + 47470
5 ...dia.FlashPlayer-10.6.plugin 0x15c605a5 unregister_ShockwaveFlash + 47781
6 libSystem.B.dylib 0x95e6c259 _pthread_start + 345
7 libSystem.B.dylib 0x95e6c0de thread_start + 34

Thread 18 crashed with X86 Thread State (32-bit):
eax: 0x00000013 ebx: 0x15903bf4 ecx: 0x00000014 edx: 0x1f032e40
edi: 0x00000013 esi: 0x00000014 ebp: 0xb08badd8 esp: 0xb08bada0
ss: 0x0000001f efl: 0x00010202 eip: 0x15903c73 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x0000001c

Binary Images:
0x1000 - 0x1ff7 com.apple.WebKit.PluginProcess 6534 (6534.50) <12BBE610-0CEF-0E33-928F-8032E33BCB9A> /System/Library/PrivateFrameworks/WebKit2.framework/PluginProcess.app/Contents/MacOS/PluginProcess
0x10000 - 0x11ff7 PluginProcessShim.dylib 534.50.0 (compatibility 1.0.0) <78400B77-B1FE-E533-E7A9-F92AEDB793F9> /System/Library/PrivateFrameworks/WebKit2.framework/PluginProcess.app/Contents/MacOS/PluginProcessShim.dylib
0xa0000 - 0xacff7 +com.rogueamoeba.audio_hijack_server.hermes 3.0.1 (3.0.1) <72331A1C-7C59-1903-6BDC-C609F4F6EF23> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
0x73a000 - 0x74fff7 +com.unsanity.ape 2.6.1 (2.6.1) <E32FD163-D6BA-BB7B-8DF7-9C51D02C6612> /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer
0x761000 - 0x76dff7 +com.unsanity.labelsx.core 3.0.1 (30000344) <ABD192AA-5627-0012-EA68-2333FAD60D1E> /Volumes/Macintosh HD/Users/dgross/Library/Application Enhancers/Labels X.ape/Contents/MacOS/Labels X
0x77a000 - 0x784ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) <6C3A0534-B3B8-FB9E-D49E-E9B37DC03B57> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0x7b5000 - 0x7b8ff2 +com.macromedia.Flash Player.plugin 10.3.183.5 (10.3.183.5) <76D13928-E971-80B0-DDB9-253E5C04FC5E> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x1f5f000 - 0x1f63ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x1f68000 - 0x1f6eff7 com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1f75000 - 0x1f99fe7 GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x1fce000 - 0x1fd0ff3 com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
0x1fd6000 - 0x1fd8ff7 Motion 729.0.0 (compatibility 1.0.0) <051B60E9-B39F-EBB2-5B96-F088D147E78C> /Library/Frameworks/Motion.framework/Versions/A/Motion
0x14aaa000 - 0x14b0efe2 com.apple.LiveType.framework 2.1.4 (2.1.4) <C9D29156-2471-2A9D-3657-EF06204229C6> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
0x14b2e000 - 0x14b74ffb com.apple.motion.component 1.0 (729) <494487C6-EA30-43DD-39E4-BED23C5A5B1C> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
0x14b7a000 - 0x14c17ff8 com.apple.procore.framework 4.0.2 (757) <D3146F1E-F86D-F2A2-509B-E3F9640CBE40> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
0x14c57000 - 0x14dd0ff7 GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x15800000 - 0x1627dfd3 +com.macromedia.FlashPlayer-10.6.plugin 10.3.183.5 (10.3.183.5) <E1000CDE-9D66-7831-44CD-0A91C7287357> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
0x16313000 - 0x16718fe7 libclh.dylib 3.1.1 C (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x1673c000 - 0x1722dfff com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.36 (6.3.6) <E5776D7C-4999-5409-387B-C844C26D658A> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
0x1ab33000 - 0x1ab41fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <07211458-FD06-9FEF-3DF4-2E5F0304D4BC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1ab45000 - 0x1ab57ff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8D606435-1A3C-FE0B-824A-1386809FFFF5> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x8f0c6000 - 0x8f811fff com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
0x900ad000 - 0x900b3fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x900d4000 - 0x902efff7 com.apple.JavaScriptCore 6534 (6534.49) <B8523DCA-B8EC-4E44-4E0C-6354BA2E67AB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9030e000 - 0x9032dff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x903cf000 - 0x9050cfe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9050d000 - 0x90522fff com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x90523000 - 0x90523ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x9072c000 - 0x90733ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x90734000 - 0x90b85fef com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x90bb0000 - 0x90c6cfff com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90ddf000 - 0x90de7ff7 com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x90de8000 - 0x91059fef com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9105a000 - 0x9108dfff libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x910a7000 - 0x911a9fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x911eb000 - 0x911ebff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x911ec000 - 0x91226ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
0x91294000 - 0x912fefe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x91320000 - 0x913a0feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x913a1000 - 0x916c1ff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91805000 - 0x91907fef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x91908000 - 0x91b6eff7 com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91b6f000 - 0x91d9aff3 com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x91d9b000 - 0x91e47fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91e48000 - 0x91e86ff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x91ee6000 - 0x91ee7ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91ef6000 - 0x91f31feb libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x91ff2000 - 0x92427ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9245f000 - 0x92460ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x92461000 - 0x9249eff7 com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x924e5000 - 0x92509ff7 libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9250a000 - 0x9250aff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9252d000 - 0x92530fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x92531000 - 0x925aaff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x925ad000 - 0x925adff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x925ae000 - 0x925b2ff7 libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x925b3000 - 0x925c7ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x926a6000 - 0x926a6ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x926a7000 - 0x92889fff com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9288a000 - 0x92905fff com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x92906000 - 0x929aeffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x929af000 - 0x92a89fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92a8a000 - 0x92bcdfef com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92c07000 - 0x92cd2fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x92cd3000 - 0x92ce0ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x92ce1000 - 0x92e15ff7 com.apple.WebKit2 6534 (6534.50) <8C2A7F21-8138-64F0-D4A5-F083D009310B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x92e4f000 - 0x92e94ff7 com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x92e95000 - 0x92f0ffff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x92f10000 - 0x936ff557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x93700000 - 0x9370eff7 com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93750000 - 0x937fdfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x939b7000 - 0x93a97fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93a98000 - 0x93af9fe7 com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x94a4d000 - 0x94a69fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9577b000 - 0x95c36ff7 com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x95c37000 - 0x95cb4ff7 com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x95cb5000 - 0x95de2ffb com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x95de3000 - 0x95e3dfe7 com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95e3e000 - 0x95fe5ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x95fe6000 - 0x96055ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x96056000 - 0x9609aff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9610e000 - 0x96120ff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x96121000 - 0x961bcfe7 com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x961c9000 - 0x961cffe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x961d7000 - 0x962e3ff7 libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x962e4000 - 0x9639cfeb libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9639d000 - 0x963deff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x96422000 - 0x96486ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96838000 - 0x96888ff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x968bf000 - 0x96be3fef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x96bf4000 - 0x96c1cff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
0x96c1d000 - 0x96c1dff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96c1e000 - 0x96c21ff7 libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x96c74000 - 0x96c8fff7 libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96c9c000 - 0x96ca6ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96ca7000 - 0x96fa1fef com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96fa2000 - 0x96fa5ffb com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96ff4000 - 0x97000ff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x97001000 - 0x97083ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x97084000 - 0x97098fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x970ad000 - 0x970b3ff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x970b4000 - 0x970b5ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x970b6000 - 0x97238fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
0x97239000 - 0x973fbfeb com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x973fc000 - 0x97499fe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9749a000 - 0x9749dff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9749e000 - 0x974c5ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x974c6000 - 0x9750afe7 com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9750b000 - 0x97516ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x97539000 - 0x97569ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x9763c000 - 0x97699ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9769a000 - 0x976e1ffb com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x976e2000 - 0x976e2ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x976fb000 - 0x9778dfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9778e000 - 0x977dbfeb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x977dc000 - 0x977fcfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
0x977fd000 - 0x97853ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x97859000 - 0x9785bff7 libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97926000 - 0x97aa1fe7 com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x97aa2000 - 0x98385ff7 com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x98386000 - 0x983a7fe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x983a8000 - 0x983b8ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x983b9000 - 0x983b9ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x983ba000 - 0x983ebff7 libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x983ec000 - 0x98404ff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9850f000 - 0x9887aff7 com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x988ea000 - 0x99644fe7 com.apple.WebCore 6534 (6534.50) <492FD955-DCB6-2E2D-3F51-CF295516877A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x99648000 - 0x9966effb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x996a5000 - 0x996acff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x996ad000 - 0x996f0ff7 libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x996fc000 - 0x9970cff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9970d000 - 0x9970dff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9974b000 - 0x9974fff7 libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x99750000 - 0x997e8fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x997e9000 - 0x997eeff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x997ef000 - 0x99c05ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x99e5b000 - 0x99f09ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x99f0a000 - 0x99f4cff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9a1b7000 - 0x9a1fdff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x9a1fe000 - 0x9a26cff7 com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9a27e000 - 0x9a280ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9a281000 - 0x9a28bfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9a28c000 - 0x9a297ff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9a377000 - 0x9a399fef com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9a412000 - 0x9a45bfe7 libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9a45c000 - 0x9a4afff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a4b0000 - 0x9a4b4ff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a4b5000 - 0x9a4f8ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9a569000 - 0x9a5c1fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9a5c2000 - 0x9a5d0fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x9a5d1000 - 0x9a6d2fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
0x9a8b2000 - 0x9a8bbff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9a8bc000 - 0x9a8f9ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9a8fa000 - 0x9a9b3fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x9a9b4000 - 0x9aae2fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9aaf0000 - 0x9ab01ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ab02000 - 0x9ab35ff7 com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <B339B85B-1B6D-81D8-1281-7B8C8A517329> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <EF3E3210-927F-DB9F-4CD4-4039A2AE2F84> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib


Top
 Profile  
 
PostPosted: 9. Aug 2011, 18:23 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

you might send this do adobe that they can fix this. Because there are only internal classes in the stack.
There is nothing I can directly do.
Which safari version do you use? Is the latest also available for windows?

- Michael


Top
 Profile  
 
PostPosted: 30. Aug 2011, 02:42 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
Note, the problem ONLY happens with the latest Safari on Mac, version Version 5.1 (6534.50). Firefox, and older Safari versions (5.0) do work just fine.


Top
 Profile  
 
PostPosted: 30. Aug 2011, 08:18 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
And on windows safari 5.1 it seems to work fine as well.


Top
 Profile  
 
PostPosted: 15. Nov 2011, 18:49 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
I still cannot use TFU with Safari on my Mac. I still get "Plug-in Failure" once I hit upload. That means both my web apps fail in Safari (but work in Firefox). Ideas?

Have you tried the TFU on the Mac?


Top
 Profile  
 
PostPosted: 17. Nov 2011, 14:26 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
both?

I only have mac vm-ware. But not the latest version. Do you know demo versions I can get somewhere?

- Michael


Top
 Profile  
 
PostPosted: 17. Nov 2011, 19:00 
Offline

Joined: 6. Nov 2008, 09:19
Posts: 10
Nope. I suspect you'll have to find a Mac!

Another hint — the crash only happens over the Internet, NOT on my local server.


Top
 Profile  
 
PostPosted: 17. Nov 2011, 22:29 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
o.k. so on the mac it works if the server is in the same network and not if you access an external server like my demo.

Very strange. Seems really like a problem of the plugin itself. Because I don't have any differences in the code.

I might get some access to some macs tomorrow ;). i'll let you know.

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy