Created
July 20, 2011 14:50
-
-
Save springmeyer/1095107 to your computer and use it in GitHub Desktop.
mapserver crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) | |
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import mapscript | |
>>> m = mapscript.mapObj('../mapserver/osm-google.map') | |
>>> sld = m.generateSLD() | |
Abort trap | |
------------- | |
Process: Python [54076] | |
Path: /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python | |
Identifier: Python | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: bash [53753] | |
PlugIn Path: /Library/Frameworks/MapServer.framework/Versions/5.6/MapServer | |
PlugIn Identifier: org.mapserver.mapserver | |
PlugIn Version: 5.6.6 (MapServer 5.6.6-3) | |
Date/Time: 2011-07-20 07:49:17.941 -0700 | |
OS Version: Mac OS X 10.6.8 (10K540) | |
Report Version: 6 | |
Interval Since Last Report: 244435 sec | |
Crashes Since Last Report: 42 | |
Per-App Crashes Since Last Report: 1 | |
Anonymous UUID: CDCA5744-BE4E-4C7D-883F-48B64BEFFD2B | |
Exception Type: EXC_CRASH (SIGABRT) | |
Exception Codes: 0x0000000000000000, 0x0000000000000000 | |
Crashed Thread: 0 Dispatch queue: com.apple.main-thread | |
Application Specific Information: | |
__abort() called | |
Thread 0 Crashed: Dispatch queue: com.apple.main-thread | |
0 libSystem.B.dylib 0x00007fff8329f0b6 __kill + 10 | |
1 libSystem.B.dylib 0x00007fff8333f997 __abort + 103 | |
2 libSystem.B.dylib 0x00007fff833341db mach_msg_receive + 0 | |
3 libSystem.B.dylib 0x00007fff83292448 __sprintf_chk + 196 | |
4 org.mapserver.mapserver 0x00000001011c5282 msSLDGenerateLineSLD + 485 | |
5 org.mapserver.mapserver 0x00000001011caf9b msSLDGenerateSLDLayer + 1283 | |
6 org.mapserver.mapserver 0x00000001011cb3ac msSLDGenerateSLD + 261 | |
7 _mapscript.so 0x0000000101079fbe _wrap_mapObj_generateSLD + 302 | |
8 org.python.python 0x000000010000aff3 PyObject_Call + 112 | |
9 org.python.python 0x000000010008a54e PyEval_EvalFrameEx + 20380 | |
10 org.python.python 0x000000010008acce PyEval_EvalCodeEx + 1803 | |
11 org.python.python 0x000000010008935e PyEval_EvalFrameEx + 15788 | |
12 org.python.python 0x000000010008acce PyEval_EvalCodeEx + 1803 | |
13 org.python.python 0x000000010008ad61 PyEval_EvalCode + 54 | |
14 org.python.python 0x00000001000a265a Py_CompileString + 78 | |
15 org.python.python 0x00000001000a44dd PyRun_InteractiveOneFlags + 503 | |
16 org.python.python 0x00000001000a4615 PyRun_InteractiveLoopFlags + 206 | |
17 org.python.python 0x00000001000a4685 PyRun_AnyFileExFlags + 76 | |
18 org.python.python 0x00000001000b0286 Py_Main + 2718 | |
19 org.python.python.app 0x0000000100000e6c start + 52 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment