Project

General

Profile

Bug #1123

Crash in Hexen 4 level Demo (Build869)

Added by aaronbdwyer almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
Target version:
Start date:
2013-06-18
% Done:

100%


Description

I'm running Doomsday Engine 1.10.3 (Build869), Hexen 4 level demo, and OS X 10.8.4. I get a crash if I wander around in the first room. Here is the crash log:

Process: Doomsday [7410]
Path: /Users/USER/*/Doomsday Engine.app/Contents/Resources/../Doomsday.app/Contents/MacOS/Doomsday
Identifier: net.dengine.doomsday
Version: 1.10.0 (1.10.3)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
User ID: 501

Date/Time: 2013-06-17 18:35:51.695 -0700
OS Version: Mac OS X 10.8.4 (12E55)
Report Version: 10

Interval Since Last Report: 20592 sec
Crashes Since Last Report: 3
Per-App Interval Since Last Report: 20 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 72EC3CE3-748B-EAC7-567B-5EDDE8634D84

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000031

VM Regions Near 0x31:
-->
__TEXT 0000000100000000-0000000100282000 [ 2568K] r-x/rwx SM=COW /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/MacOS/Doomsday

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 net.dengine.doomsday 0x000000010014fd57 Material::chooseVariant(de::MaterialVariantSpec const&, bool) + 25
1 net.dengine.doomsday 0x00000001001117af calculateSkyAmbientColor() + 303
2 net.dengine.doomsday 0x0000000100112417 Sky_AmbientColor + 135
3 net.dengine.doomsday 0x00000001000c8478 R_GetSectorLightColor(Sector const*) + 152
4 net.dengine.doomsday 0x0000000100105675 Rend_RenderBspLeaf(BspLeaf*) + 2549
5 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
6 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
7 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
8 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
9 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
10 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
11 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
12 net.dengine.doomsday 0x0000000100106747 Rend_RenderNode(de::MapElement*) + 151
13 net.dengine.doomsday 0x0000000100106967 Rend_RenderMap + 439
14 net.dengine.doomsday 0x00000001000e09f6 R_RenderPlayerView + 278
15 hexen 0x0000000108b4df63 X_DrawViewPort + 531
16 net.dengine.doomsday 0x00000001000e1617 R_RenderViewPorts + 471
17 net.dengine.doomsday 0x000000010019b7e3 LegacyWidget::draw() + 113
18 libdeng2.2.0.0.dylib 0x00000001007933ca de::Widget::notifyTree(void (de::Widget::*)()) + 108
19 libdeng2.2.0.0.dylib 0x00000001007915ee de::RootWidget::draw() + 16
20 net.dengine.doomsday 0x000000010019131b CanvasWindow::paintCanvas(Canvas&) + 51
21 QtOpenGL 0x000000010091a719 QGLWidget::glDraw() + 121
22 net.dengine.doomsday 0x000000010019b76c LegacyWidget::update() + 76
23 libdeng2.2.0.0.dylib 0x00000001007933ca de::Widget::notifyTree(void (de::Widget::*)()) + 108
24 libdeng2.2.0.0.dylib 0x0000000100799c83 de::App::timeChanged(de::Clock const&) + 145
25 libdeng2.2.0.0.dylib 0x000000010079bf5c de::Clock::setTime(de::Time const&) + 286
26 libdeng_gui.0.1.0.dylib 0x00000001008d693f de::GuiApp::loopIteration() + 49
27 libdeng2.2.0.0.dylib 0x00000001007aab6c de::Loop::nextLoopIteration() + 184
28 QtCore 0x00000001017771ee QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
29 QtCore 0x0000000101773490 QObject::event(QEvent*) + 432
30 QtGui 0x0000000100aac9ed QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
31 QtGui 0x0000000100ab3064 QApplication::notify(QObject*, QEvent*) + 1060
32 libdeng_gui.0.1.0.dylib 0x00000001008d6be7 de::GuiApp::notify(QObject*, QEvent*) + 19
33 QtCore 0x000000010175f20c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
34 QtGui 0x0000000100aacc9c QApplication::topLevelWidgets() + 492
35 QtGui 0x0000000100a63f8c QDesktopWidget::resizeEvent(QResizeEvent*) + 6140
36 com.apple.CoreFoundation 0x00007fff874da804 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 20
37 com.apple.CoreFoundation 0x00007fff874da31d __CFRunLoopDoTimer + 557
38 com.apple.CoreFoundation 0x00007fff874bfad9 __CFRunLoopRun + 1529
39 com.apple.CoreFoundation 0x00007fff874bf0e2 CFRunLoopRunSpecific + 290
40 com.apple.HIToolbox 0x00007fff8e075eb4 RunCurrentEventLoopInMode + 209
41 com.apple.HIToolbox 0x00007fff8e075c52 ReceiveNextEventCommon + 356
42 com.apple.HIToolbox 0x00007fff8e075ae3 BlockUntilNextEventMatchingListInMode + 62
43 com.apple.AppKit 0x00007fff8e5cc533 _DPSNextEvent + 685
44 com.apple.AppKit 0x00007fff8e5cbdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
45 com.apple.AppKit 0x00007fff8e5c31a3 -[NSApplication run] + 517
46 QtGui 0x0000000100a65a80 QDesktopWidget::resizeEvent(QResizeEvent*) + 13040
47 QtCore 0x000000010175e114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
48 QtCore 0x000000010175e4c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
49 QtCore 0x0000000101760bac QCoreApplication::exec() + 188
50 libdeng_gui.0.1.0.dylib 0x00000001008d6ac5 de::GuiApp::execLoop() + 103
51 net.dengine.doomsday 0x000000010009a090 main + 48
52 net.dengine.doomsday 0x0000000100006544 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff88164d16 kevent + 10
1 libdispatch.dylib 0x00007fff8927edea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8927e9ee _dispatch_mgr_thread + 54

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff88164322 __select + 10
1 com.apple.CoreFoundation 0x00007fff874fef46 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff859997a2 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff859861e1 thread_start + 13

Thread 3:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff88162686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff88161c42 mach_msg + 70
2 com.apple.audio.CoreAudio 0x00007fff84ef3c1c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff84ef3baa HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff84ef1fe9 HALC_ProxyIOContext::IOWorkLoop() + 1161
5 com.apple.audio.CoreAudio 0x00007fff84ef1acf HALC_ProxyIOContext::IOThreadEntry(void*) + 83
6 com.apple.audio.CoreAudio 0x00007fff84ef19a7 HALB_IOThread::Entry(void*) + 75
7 libsystem_c.dylib 0x00007fff859997a2 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff859861e1 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff88164386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff85a23800 nanosleep + 163
2 libsystem_c.dylib 0x00007fff85a23717 usleep + 54
3 libfmodex.dylib 0x0000000110a70414 0x110a6c000 + 17428
4 libfmodex.dylib 0x0000000110af0dc6 FMOD::SystemI::createSoundInternal(char const*, unsigned int, unsigned int, unsigned int, FMOD_CREATESOUNDEXINFO*, FMOD::File**, bool, FMOD::SoundI**) + 23016
5 libsystem_c.dylib 0x00007fff859997a2 _pthread_start + 327
6 libsystem_c.dylib 0x00007fff859861e1 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff881646d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8599bf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8599bd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff859861d1 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff881646d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8599bf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8599bd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff859861d1 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x000000011dee0bc0 rbx: 0x0000000000000001 rcx: 0x000000012000dec8 rdx: 0x0000000000000001
rdi: 0x0000000000000001 rsi: 0x000000011dee0bc0 rbp: 0x00007fff5fbfb5c0 rsp: 0x00007fff5fbfb560
r8: 0x0000000000000000 r9: 0x0000000000002901 r10: 0x000000000000812f r11: 0x000000010015dd2c
r12: 0x00007fff5fbfb650 r13: 0x0000000102842ea0 r14: 0x000000011dee0bc0 r15: 0x0000000000000001
rip: 0x000000010014fd57 rfl: 0x0000000000010206 cr2: 0x0000000000000031
Logical CPU: 8

Binary Images:
0x100000000 - 0x100281ff7 net.dengine.doomsday (1.10.0 - 1.10.3) <064D042C-A582-32C8-9335-76F617D256FF> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/MacOS/Doomsday
0x100693000 - 0x100706fef +SDL (1.2.14 - 1.2.14) <E91595A6-E003-F5F1-31BE-56EDC93FF6D0> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x10071a000 - 0x10081efef +libdeng2.2.0.0.dylib (2) <0D72DE70-ED4E-36AC-9F07-E921706E91AB> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libdeng2.2.0.0.dylib
0x100884000 - 0x1008b7ff7 +libdeng_shell.0.1.0.dylib (0.1) <81DAE9A9-07F5-321E-95F4-294F3CDC240A> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libdeng_shell.0.1.0.dylib
0x1008d3000 - 0x1008d9fef +libdeng_gui.0.1.0.dylib (0.1) <4D095C9B-97A5-3207-A0F0-EA6EF085D9AE> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libdeng_gui.0.1.0.dylib
0x1008df000 - 0x100906fff +libdeng1.1.10.3.dylib (1.10.3) <557915CB-1A25-3BBC-9AAE-5FA925BDD7B4> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libdeng1.1.10.3.dylib
0x100910000 - 0x1009f3ff7 +QtOpenGL (4.8.4) <25096BA0-6600-5240-31BB-1D3FB19D0172> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
0x100a23000 - 0x10143efef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x10161d000 - 0x1018f6fef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x101962000 - 0x101aa4fff +QtNetwork (4.8.4) <F869B8DD-2234-4E8D-5E4B-D4EE5A13DA63> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x101add000 - 0x101ae2fff com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x102e83000 - 0x102ea7ff7 com.apple.security.csparser (3.0 - 55179.13) <B85553DE-708C-3C20-93D5-70DC80068CE3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x102eaf000 - 0x102eb1ff7 +example (1.2 - 1.2) <A47EC38D-2CDF-3379-9256-2F99513C8F1E> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/example.bundle/example
0x104c00000 - 0x104cb9ff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x104fdd000 - 0x104fe9ff7 +wadmapconverter (1.1 - 1.1) <AC752DF7-2C4B-3962-9F9F-A96500599CC8> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/wadmapconverter.bundle/wadmapconverter
0x104fef000 - 0x104ff8fe7 libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x106ac6000 - 0x106ad3fff libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x106afd000 - 0x106afdfff +libgthread-2.0.0.dylib (0) <01C3C81A-4AE0-3122-BE07-C86CB2090819> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libgthread-2.0.0.dylib
0x1071e0000 - 0x1071edff7 com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <FCB876D6-7F88-3761-B02A-D201AA08C7FF> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x1077ab000 - 0x1077daff7 +dehread (2.0 - 2) <D800D15E-94EE-3871-A3B9-7F6A61FCBFC7> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/dehread.bundle/dehread
0x1077eb000 - 0x1077effff +libqtga.dylib (0) <A613DD64-512A-B534-F33B-4DB0DCE0D12D> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqtga.dylib
0x1088f2000 - 0x1088fbfff +audio_fmod (1.0 - 1.0.2) <48826967-0D3D-30D8-A4CA-8703D2603884> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/audio_fmod.bundle/audio_fmod
0x108b00000 - 0x108ba3fff +hexen (1.10 - 1.10.3) <2EB4ED09-BA08-3A9B-83DF-5920B9B55090> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/hexen.bundle/hexen
0x108e8b000 - 0x108eb6fff GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x108fc2000 - 0x108fc7fff com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10e248000 - 0x10e406fff GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10e43d000 - 0x10e5adfff libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x10e7cb000 - 0x10e7d3ff7 +libintl.8.dylib (0) <FCA3CC64-9237-35BA-BCC6-68A309D0C722> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libintl.8.dylib
0x10f000000 - 0x10f2b8fff com.apple.ATIRadeonX2000GLDriver (8.12.47 - 8.1.2) <2763421F-F64B-39FD-8DD2-60DDDEB246F3> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLDriver
0x1103e1000 - 0x1103e7ff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqgif.dylib
0x1103eb000 - 0x1103f1ff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqico.dylib
0x110a6c000 - 0x110b4fff7 +libfmodex.dylib (1) <49AAC897-8541-CF67-7375-B7EFEF060F0D> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libfmodex.dylib
0x110baa000 - 0x110cffff7 com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x110e0b000 - 0x110e4afe7 +audio_fluidsynth (1.0 - 1) <07A75384-C5E7-3594-ABC5-C09605472FED> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/DengPlugins/audio_fluidsynth.bundle/audio_fluidsynth
0x110ebf000 - 0x110efaff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x111000000 - 0x1110f7ff7 +libglib-2.0.0.dylib (0) <86C51DF7-FF03-3C46-9F92-414B6DA9D875> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/Frameworks/libglib-2.0.0.dylib
0x11179a000 - 0x1117eefe7 +libqmng.dylib (0) <A5AC52DA-AC41-83BF-3622-00976C23E954> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqmng.dylib
0x112189000 - 0x1121defe7 +libqtiff.dylib (0) <D76E8CDE-AA72-F14E-CAFD-9AFAFEE546A8> /Users/USER/*/Doomsday Engine.app/Contents/Doomsday.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x7fff6a118000 - 0x7fff6a14c93f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
0x7fff827d8000 - 0x7fff82856ff7 com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff82857000 - 0x7fff82857fff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff82858000 - 0x7fff8287fff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff82880000 - 0x7fff82886fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff82887000 - 0x7fff82887fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff82888000 - 0x7fff828e7fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff828e8000 - 0x7fff82a46fef com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff82a47000 - 0x7fff82a7dfff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff82a7e000 - 0x7fff82a86fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff82abd000 - 0x7fff82ac2fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff82afe000 - 0x7fff82b0fff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
0x7fff82b75000 - 0x7fff82b75fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82bb3000 - 0x7fff82bb4ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
0x7fff82bb5000 - 0x7fff82be3fff com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff82be7000 - 0x7fff82be8fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff82be9000 - 0x7fff82c3aff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff82c3b000 - 0x7fff82f0cff7 com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff82f0d000 - 0x7fff8332afff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8332b000 - 0x7fff8332efff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8334b000 - 0x7fff83358ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8339e000 - 0x7fff833c6fff libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff833c7000 - 0x7fff8340aff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8340b000 - 0x7fff83428ff7 com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff83429000 - 0x7fff835d7fff com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff83892000 - 0x7fff838b3ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff838b4000 - 0x7fff839cc92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff839cd000 - 0x7fff839d1fff libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff83a1a000 - 0x7fff83ab5fff com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff83ab6000 - 0x7fff83ab8ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff83ab9000 - 0x7fff83af9ff7 com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff83bbd000 - 0x7fff83cbafff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
0x7fff83d49000 - 0x7fff83d77ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
0x7fff83d78000 - 0x7fff83e52fff com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff83e53000 - 0x7fff83e5dfff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff83e5e000 - 0x7fff83e5efff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff83e5f000 - 0x7fff83ee0fff com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff83ee3000 - 0x7fff83f38ff7 libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff83fe4000 - 0x7fff842fbff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff842fc000 - 0x7fff8439aff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff847b1000 - 0x7fff847c5fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff847c6000 - 0x7fff847ebff7 libc
+abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
0x7fff847fa000 - 0x7fff84805ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff849fa000 - 0x7fff84a01fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff84a02000 - 0x7fff84af7fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
0x7fff84af8000 - 0x7fff84b4efff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff84b9f000 - 0x7fff84ba3fff libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff84ba4000 - 0x7fff84bc4fff libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff84bc5000 - 0x7fff84cc7fff libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
0x7fff84cf0000 - 0x7fff84e10fff com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff84e11000 - 0x7fff84e79fff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff84e88000 - 0x7fff84eb9ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff84eba000 - 0x7fff84ec5fff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff84ec6000 - 0x7fff84f29ff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff84f2a000 - 0x7fff84f79fff com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff851e5000 - 0x7fff851f8ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff85270000 - 0x7fff852bfff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff852c0000 - 0x7fff8532dff7 com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8532e000 - 0x7fff8533cff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff8533d000 - 0x7fff85378fff com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff854ea000 - 0x7fff854effff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff854f1000 - 0x7fff855eeff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff8576a000 - 0x7fff857c6ff7 com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff857c7000 - 0x7fff857d0ff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff857d1000 - 0x7fff85808ff7 libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
0x7fff85867000 - 0x7fff858beff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff858bf000 - 0x7fff858e9ff7 com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff858ea000 - 0x7fff85984fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff85985000 - 0x7fff85a51ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
0x7fff85a52000 - 0x7fff85a58fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
0x7fff85a59000 - 0x7fff85aa4fff com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff85aa5000 - 0x7fff85b56fff com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff85b60000 - 0x7fff85b60fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff85b61000 - 0x7fff85babff7 libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff85bac000 - 0x7fff85de1ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff85e0b000 - 0x7fff85e37fff com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff86169000 - 0x7fff8616dfff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8616e000 - 0x7fff86171fff libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff866b9000 - 0x7fff866bbfff com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff86775000 - 0x7fff871054af com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff87106000 - 0x7fff87113fff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
0x7fff87370000 - 0x7fff87387fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff87388000 - 0x7fff87390ff7 libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
0x7fff87391000 - 0x7fff87456ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff87457000 - 0x7fff8746cfff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8746d000 - 0x7fff87484fff com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8748a000 - 0x7fff87674ff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8768f000 - 0x7fff87693fff libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87e7a000 - 0x7fff87e88fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff87e89000 - 0x7fff87e95fff com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff87e96000 - 0x7fff8814dff7 com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8814e000 - 0x7fff88151ff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
0x7fff88152000 - 0x7fff8816dff7 libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
0x7fff8915a000 - 0x7fff89273fff com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8927a000 - 0x7fff8928fff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
0x7fff89290000 - 0x7fff89290ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89291000 - 0x7fff89535ff7 com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff89536000 - 0x7fff89575ff7 com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff89576000 - 0x7fff89d1dfff com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff89d79000 - 0x7fff89d7afff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
0x7fff89de0000 - 0x7fff89e48ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff89e66000 - 0x7fff89e6bfff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff89e6c000 - 0x7fff89e77fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
0x7fff89e78000 - 0x7fff89e7afff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
0x7fff89e7b000 - 0x7fff89ebffff libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
0x7fff89ec0000 - 0x7fff89ee2ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8a03e000 - 0x7fff8a055fff libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8a0bc000 - 0x7fff8a113ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8a234000 - 0x7fff8a27ffff com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8a2dc000 - 0x7fff8a2fdfff com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8a34a000 - 0x7fff8a34efff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
0x7fff8a34f000 - 0x7fff8a351fff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8a352000 - 0x7fff8a360fff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
0x7fff8a373000 - 0x7fff8a386ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
0x7fff8a3a1000 - 0x7fff8a40fff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8a410000 - 0x7fff8a581ff7 com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8a582000 - 0x7fff8a583ff7 libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8a584000 - 0x7fff8a657ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8a65a000 - 0x7fff8aa51fff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8aa52000 - 0x7fff8aa88fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff8aaa5000 - 0x7fff8aaccfff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8aacd000 - 0x7fff8aaecff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8aaed000 - 0x7fff8ac88fef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8ac9a000 - 0x7fff8aca0ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff8aca1000 - 0x7fff8accdff7 libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8acce000 - 0x7fff8ae20fff com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8af4d000 - 0x7fff8af4eff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
0x7fff8af4f000 - 0x7fff8b38bfef com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8b38c000 - 0x7fff8b38cfff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8b38d000 - 0x7fff8b513fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8b51b000 - 0x7fff8b555ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8b556000 - 0x7fff8b557ff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
0x7fff8bf13000 - 0x7fff8bf3efff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff8c62b000 - 0x7fff8c62bfff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8c62c000 - 0x7fff8c63aff7 libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
0x7fff8c63d000 - 0x7fff8c649fff libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8c64a000 - 0x7fff8c669ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff8c66a000 - 0x7fff8c6b9ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
0x7fff8c6ba000 - 0x7fff8c6c7fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8c76b000 - 0x7fff8c76bfff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8c959000 - 0x7fff8c9e6ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8ca16000 - 0x7fff8cb8bff7 com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8cb8c000 - 0x7fff8cbe6ff7 com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8cbe7000 - 0x7fff8cc41fff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8cc77000 - 0x7fff8cc7efff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff8ccc3000 - 0x7fff8d022fff com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8d027000 - 0x7fff8d090fff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
0x7fff8d091000 - 0x7fff8d093fff libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8d49b000 - 0x7fff8d4bdff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
0x7fff8d4be000 - 0x7fff8d540ff7 com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8d57a000 - 0x7fff8d5b7fef libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8d5c2000 - 0x7fff8d605ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8d606000 - 0x7fff8d64efff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
0x7fff8d64f000 - 0x7fff8d69bff7 libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
0x7fff8dbda000 - 0x7fff8dbe9fff com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8dbea000 - 0x7fff8dcecfff libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8dced000 - 0x7fff8ddaaff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8ddab000 - 0x7fff8de51ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8dedd000 - 0x7fff8dee1ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8dee2000 - 0x7fff8def8fff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8def9000 - 0x7fff8def9fff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
0x7fff8df24000 - 0x7fff8e015ff7 com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8e016000 - 0x7fff8e346fff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8e347000 - 0x7fff8e461fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8e467000 - 0x7fff8e476ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff8e477000 - 0x7fff8f0a4fff com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f0aa000 - 0x7fff8f1b5fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8f1b6000 - 0x7fff8f1baff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8f1c8000 - 0x7fff8f215fff com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8f216000 - 0x7fff8f416fff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
0x7fff8f417000 - 0x7fff8f4e9ff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f4f8000 - 0x7fff8f4fffff libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8f500000 - 0x7fff8f51afff com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8f626000 - 0x7fff8f627fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff8f628000 - 0x7fff8f62aff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8f62b000 - 0x7fff8f63dff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff8f63e000 - 0x7fff8f6beff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 1262
thread_create: 0
thread_set_state: 132

VM Region Summary:
ReadOnly portion of Libraries: Total=204.0M resident=190.5M(93%) swapped_out_or_unallocated=13.5M(7%)
Writable regions: Total=521.2M written=122.4M(23%) resident=180.1M(35%) swapped_out=0K(0%) unallocated=341.2M(65%)

REGION TYPE VIRTUAL =========== =======
(null) (reserved) 40K reserved VM address space (unallocated)
CG backing stores 6672K
CG image 12K
CG shared images 1216K
CoreServices 1360K
IOKit 39.0M
IOKit (reserved) 5632K reserved VM address space (unallocated)
MALLOC 435.1M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 132K reserved VM address space (unallocated)
Memory tag=242 12K
Memory tag=249 156K
STACK GUARD 56.0M
Stack 10.2M
VM_ALLOCATE 16.1M
_DATA 17.8M
_IMAGE 528K
_LINKEDIT 57.1M
_TEXT 146.9M
__UNICODE 544K
mapped file 76.2M
shared memory 904K =========== =======
TOTAL 871.3M
TOTAL, minus reserved VM space 865.6M

Model: MacPro4,1, BootROM MP41.0081.B07, 8 processors, Quad-Core Intel Xeon, 2.93 GHz, 8 GB, SMC 1.39f5
Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
Memory Module: DIMM 1, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Memory Module: DIMM 2, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Memory Module: DIMM 3, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Memory Module: DIMM 4, 1 GB, DDR3 ECC, 1066 MHz, 0x830B, 0x4E54314743373242383941304E462D424520
Memory Module: DIMM 5, 1 GB, DDR3 ECC, 1066 MHz, 0x830B, 0x4E54314743373242383941304E462D424520
Memory Module: DIMM 6, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Memory Module: DIMM 7, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Memory Module: DIMM 8, 1 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x394A53463132383732415A2D314731443120
Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
PCI Card: pci1aee,2, Slot-2@9,0,0
PCI Card: pci1aee,2, Slot-2@8,0,0
Serial ATA Device: HL-DT-ST DVD-RW GH41N
Serial ATA Device: M4-CT128M4SSD2, 128.04 GB
Serial ATA Device: WDC WD3200AAJS-41VWA1, 320.07 GB
USB Device: hub_device, 0x0424 (SMSC), 0x2502, 0xfd100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2602, 0xfd110000 / 3
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd113000 / 5
USB Device: USB Laser Mouse, 0x046d (Logitech Inc.), 0xc069, 0xfd113300 / 9
USB Device: SpaceNavigator, 0x046d (Logitech Inc.), 0xc626, 0xfd113100 / 8
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd113200 / 7
USB Device: Flash Card Reader, 0x0424 (SMSC), 0x2228, 0xfd111000 / 4
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 3
FireWire Device: built-in_hub, 800mbit_speed

Labels: Hexen, Renderer

History

#1 Updated by danij almost 11 years ago

- Priority: 1 --> 5

#2 Updated by skyjake almost 11 years ago

I believe this crash from Material::chooseVariant() has been fixed at some point during the 1.11 unstable builds. The crash occurs when a lightning strike occurs.

At least in the latest builds no crashes occur.

#3 Updated by skyjake almost 11 years ago

- labels: --> Hexen, Renderer
- Description has changed:

Diff:

~~

--- old
++ new
@ -1,4 +1,4 @
-I'm running Doomsday Engine 1.10.3 (Build869), Hexen 4 level demo, and OS X 10.8.4. I get a crash if I wander around in the first room. Here is the crash log:
I'm running Doomsday Engine 1.10.3 (Build869), Hexen 4 level demo, and OS X 10.8.4. I get a crash if I wander around in the first room. Here is the crash log:

Process:         Doomsday [7410]

~~

- status: open --> fixed
- assigned_to: Jaakko Keränen
- Milestone: v1.10 --> v1.11
- Priority: 5 --> 7

#4 Updated by skyjake almost 11 years ago

Marking this as fixed for 1.11.

Also available in: Atom PDF