[Webkit-unassigned] [Bug 75131] Lots of tests are crashing on the SnowLeopard WK2 tests bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 22 15:11:46 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=75131


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |beidson at apple.com,
                   |                            |sam at webkit.org




--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-12-22 15:11:45 PST ---
A big source of crashes is SQLite crashes:

Thread 12 Crashed:  Dispatch queue: com.apple.CFURLCACHE_work_queue
0   libsqlite3.dylib                  0x00007fff8a083c81 sqlite3PagerAcquire + 737
1   libsqlite3.dylib                  0x00007fff8a09016c sqlite3BtreeBeginTrans + 876
2   libsqlite3.dylib                  0x00007fff8a0907a2 btreeCursor + 610
3   libsqlite3.dylib                  0x00007fff8a0fcb19 sqlite3InitOne + 457
4   libsqlite3.dylib                  0x00007fff8a0fd634 sqlite3Init + 132
5   libsqlite3.dylib                  0x00007fff8a1070fa selectExpander + 2330
6   libsqlite3.dylib                  0x00007fff8a07c85d sqlite3WalkSelect + 61
7   libsqlite3.dylib                  0x00007fff8a0c8360 sqlite3Select + 672
8   libsqlite3.dylib                  0x00007fff8a0e9f4c yy_reduce + 14940
9   libsqlite3.dylib                  0x00007fff8a0ecc8d sqlite3Parser + 317
10  libsqlite3.dylib                  0x00007fff8a0ed079 sqlite3RunParser + 473
11  libsqlite3.dylib                  0x00007fff8a0edc53 sqlite3LockAndPrepare + 675
12  libsqlite3.dylib                  0x00007fff8a0fb285 sqlite3_exec + 245
13  libsqlite3.dylib                  0x00007fff8a0fc352 sqlite3_get_table + 306
14  com.apple.CFNetwork               0x00007fff806d8fa3 __CFURLCache::IsPersistentStoreSchemaCurrent(long) + 83
15  com.apple.CFNetwork               0x00007fff806d1b45 __CFURLCache::OpenDatabase() + 189
16  com.apple.CFNetwork               0x00007fff806d162a ProcessCacheTasks(__CFURLCache*) + 582
17  com.apple.CFNetwork               0x00007fff806d0f66 _CFURLCacheTimerCallback(void*) + 343
18  libSystem.B.dylib                 0x00007fff85428d64 _dispatch_call_block_and_release + 15
19  libSystem.B.dylib                 0x00007fff854078d2 _dispatch_queue_drain + 251
20  libSystem.B.dylib                 0x00007fff85407734 _dispatch_queue_invoke + 57
21  libSystem.B.dylib                 0x00007fff854072de _dispatch_worker_thread2 + 252
22  libSystem.B.dylib                 0x00007fff85406c08 _pthread_wqthread + 353
23  libSystem.B.dylib                 0x00007fff85406aa5 start_wqthread + 13

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list