You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/23 21:11:32 UTC

[jira] Commented: (WICKET-414) DateTimeField crashes Safari

    [ https://issues.apache.org/jira/browse/WICKET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483728 ] 

Eelco Hillenius commented on WICKET-414:
----------------------------------------

I added a DateTimeField instance to wicket-examples/forminput so that someone can try to track it down

> DateTimeField crashes Safari
> ----------------------------
>
>                 Key: WICKET-414
>                 URL: https://issues.apache.org/jira/browse/WICKET-414
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>            Reporter: Eelco Hillenius
>             Fix For: 1.3
>
>
> It's a Safari and maybe YUI bug to start with, but we need a workaround for the fact that putting a text field right after a textfield/ datepicker combination crashes Safari when a user enters something in that second text field. The normal YUI examples work fine, so it must have to do with how we initialize the YUI widget.
> Safari crashes every time with a report like:
> Safari does crash with a report like this:
> Date/Time: 2007-03-21 16:28:31.258 -0700
> OS Version: 10.4.9 (Build 8P2137)
> Report Version: 4
> Command: Safari
> Path: /Applications/Safari.app/Contents/MacOS/Safari
> Parent: WindowServer [61]
> Version: 2.0.4 (419.3)
> Build Version: 2
> Project Name: WebBrowser
> Source Version: 4190300
> PID: 14393
> Thread: 0
> Exception: EXC_BAD_ACCESS (0x0001)
> Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x0000000c
> Thread 0 Crashed:
> 0 com.apple.WebCore 0x9e3be316 khtml::RenderTableCell::table() const + 6
> 1 com.apple.WebCore 0x9e2887b9 KWQKHTMLPart::searchForLabelsAboveCell(QRegExp*, DOM::HTMLTableCellElementImpl*) + 29
> 2 com.apple.WebCore 0x9e2884c2 KWQKHTMLPart::searchForLabelsBeforeElement(NSArray*, DOM::ElementImpl*) + 192
> 3 com.apple.Safari 0x00098ba6 0x1000 + 621478
> 4 com.apple.Safari 0x0009852a 0x1000 + 619818
> 5 com.apple.Safari 0x00096199 0x1000 + 610713
> 6 com.apple.Safari 0x000963b3 0x1000 + 611251
> 7 com.apple.Safari 0x0002859b 0x1000 + 161179
> 8 com.apple.Foundation 0x9f2c003b __NSFireDelayedPerform + 403
> 9 com.apple.CoreFoundation 0x902a67e2 CFRunLoopRunSpecific + 3341
> 10 com.apple.CoreFoundation 0x902a5ace CFRunLoopRunInMode + 61
> 11 com.apple.HIToolbox 0x91be28d8 RunCurrentEventLoopInMode + 285
> 12 com.apple.HIToolbox 0x91be1fe2 ReceiveNextEventCommon + 385
> 13 com.apple.HIToolbox 0x91be1e39 BlockUntilNextEventMatchingListInMode + 81
> 14 com.apple.AppKit 0x9f5e0465 _DPSNextEvent + 572
> 15 com.apple.AppKit 0x9f5e0056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
> 16 com.apple.Safari 0x00006f96 0x1000 + 24470
> 17 com.apple.AppKit 0x9f5d9ddb -[NSApplication run] + 512
> 18 com.apple.AppKit 0x9f5cdd2f NSApplicationMain + 573
> 19 com.apple.Safari 0x0005f7de 0x1000 + 387038
> 20 com.apple.Safari 0x0005f6f9 0x1000 + 386809
> Thread 1:
> 0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
> 1 com.apple.CoreFoundation 0x902a62b3 CFRunLoopRunSpecific + 2014
> 2 com.apple.CoreFoundation 0x902a5ace CFRunLoopRunInMode + 61
> 3 com.apple.Foundation 0x9f2dfd3a -[NSRunLoop runMode:beforeDate:] + 182
> 4 com.apple.Foundation 0x9f2dfc36 -[NSRunLoop run] + 75
> 5 com.apple.WebKit 0x93c41529 +[WebFileDatabase _syncLoop:] + 198
> 6 com.apple.Foundation 0x9f2aa2e0 forkThreadForFunction + 123
> 7 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 2:
> 0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
> 1 com.apple.CoreFoundation 0x902a62b3 CFRunLoopRunSpecific + 2014
> 2 com.apple.CoreFoundation 0x902a5ace CFRunLoopRunInMode + 61
> 3 com.apple.Foundation 0x9f2dfa0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
> 4 com.apple.Foundation 0x9f2aa2e0 forkThreadForFunction + 123
> 5 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 3:
> 0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
> 1 com.apple.CoreFoundation 0x902a62b3 CFRunLoopRunSpecific + 2014
> 2 com.apple.CoreFoundation 0x902a5ace CFRunLoopRunInMode + 61
> 3 com.apple.Foundation 0x9f306bc2 +[NSURLCache _diskCacheSyncLoop:] + 206
> 4 com.apple.Foundation 0x9f2aa2e0 forkThreadForFunction + 123
> 5 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 4:
> 0 libSystem.B.dylib 0x900247e7 semaphore_wait_signal_trap + 7
> 1 com.apple.Foundation 0x9f30026c -[NSConditionLock lockWhenCondition:] + 39
> 2 com.apple.Syndication 0x9a44c052 -[AsyncDB _run:] + 181
> 3 com.apple.Foundation 0x9f2aa2e0 forkThreadForFunction + 123
> 4 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 5:
> 0 libSystem.B.dylib 0x9001a0ec select + 12
> 1 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 6:
> 0 libSystem.B.dylib 0x90048e07 semaphore_timedwait_signal_trap + 7
> 1 ...apple.AddressBook.framework 0x94727385 -[ABMetaDataController workLoop] + 357
> 2 com.apple.Foundation 0x9f2aa2e0 forkThreadForFunction + 123
> 3 libSystem.B.dylib 0x90024147 _pthread_body + 84
> Thread 0 crashed with X86 Thread State (32-bit):
>   eax: 0x00000000 ebx: 0x00000000 ecx: 0x9e1e079c edx: 0x1627dd70
>   edi: 0x15d67810 esi: 0x15d68438 ebp: 0xbfffebe8 esp: 0xbfffebe8
>    ss: 0x0000001f efl: 0x00010286 eip: 0x9e3be316 cs: 0x00000017
>    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.