Created
April 11, 2013 16:10
-
-
Save benbu/5364738 to your computer and use it in GitHub Desktop.
Segfault dump uvcdat issue 158
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
| [macbookpro-5f35:21241] *** Process received signal *** | |
| [macbookpro-5f35:21241] Signal: Segmentation fault: 11 (11) | |
| [macbookpro-5f35:21241] Signal code: Address not mapped (1) | |
| [macbookpro-5f35:21241] Failing at address: 0x58 | |
| [macbookpro-5f35:21241] [ 0] 2 libsystem_c.dylib 0x00007fff918538ea _sigtramp + 26 | |
| [macbookpro-5f35:21241] [ 1] 3 ??? 0x4089000000000000 0x0 + 4650248090236747776 | |
| [macbookpro-5f35:21241] [ 2] 4 Python 0x000000010ce11082 PyErr_SetString + 50 | |
| [macbookpro-5f35:21241] [ 3] 5 _vcs.so 0x00000001190910df generate_auto_fill_range + 175 | |
| [macbookpro-5f35:21241] [ 4] 6 _vcs.so 0x0000000118fc9cfd isofills + 4013 | |
| [macbookpro-5f35:21241] [ 5] 7 _vcs.so 0x0000000118fc56e9 vcs_canvas_update + 2617 | |
| [macbookpro-5f35:21241] [ 6] 8 _vcs.so 0x0000000118f820eb display_resize_plot + 315 | |
| [macbookpro-5f35:21241] [ 7] 9 _vcs.so 0x000000011908fed8 _Z13event_handlerP18PyVCScanvas_ObjectP6QEvent + 2360 | |
| [macbookpro-5f35:21241] [ 8] 10 _vcs.so 0x000000011908d7ed _ZN10MainWindow5eventEP6QEvent + 2133 | |
| [macbookpro-5f35:21241] [ 9] 11 QtGui 0x000000010ec5193d _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent + 189 | |
| [macbookpro-5f35:21241] [10] 12 QtGui 0x000000010ec57dc4 _ZN12QApplication6notifyEP7QObjectP6QEvent + 1060 | |
| [macbookpro-5f35:21241] [11] 13 QtGui.so 0x000000010e5ddc52 _ZN15sipQApplication6notifyEP7QObjectP6QEvent + 84 | |
| [macbookpro-5f35:21241] [12] 14 QtCore 0x000000010f9f017c _ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent + 124 | |
| [macbookpro-5f35:21241] [13] 15 QtGui 0x000000010ebef097 _ZN14QWidgetPrivate22setGeometry_sys_helperEiiiib + 1239 | |
| [macbookpro-5f35:21241] [14] 16 QtGui 0x000000010ebf0774 _ZN14QWidgetPrivate15setGeometry_sysEiiiib + 132 | |
| [macbookpro-5f35:21241] [15] 17 QtGui 0x000000010eca5b0c _ZN7QWidget11setGeometryERK5QRect + 124 | |
| [macbookpro-5f35:21241] [16] 18 QtGui 0x000000010ec853e5 _ZN11QWidgetItem11setGeometryERK5QRect + 533 | |
| [macbookpro-5f35:21241] [17] 19 QtGui 0x000000010ec62a30 _ZN10QBoxLayout11setGeometryERK5QRect + 1392 | |
| [macbookpro-5f35:21241] [18] 20 QtGui.so 0x000000010e5cc8c6 _ZN14sipQVBoxLayout11setGeometryERK5QRect + 76 | |
| [macbookpro-5f35:21241] [19] 21 QtGui 0x000000010ec82420 _ZN14QLayoutPrivate8doResizeERK5QSize + 144 | |
| [macbookpro-5f35:21241] [20] 22 QtGui 0x000000010ec82c6c _ZN7QLayout8activateEv + 300 | |
| [macbookpro-5f35:21241] [21] 23 QtGui 0x000000010ec518f3 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent + 115 | |
| [macbookpro-5f35:21241] [22] 24 QtGui 0x000000010ec57dc4 _ZN12QApplication6notifyEP7QObjectP6QEvent + 1060 | |
| [macbookpro-5f35:21241] [23] 25 QtGui.so 0x000000010e5ddc52 _ZN15sipQApplication6notifyEP7QObjectP6QEvent + 84 | |
| [macbookpro-5f35:21241] [24] 26 QtCore 0x000000010f9f017c _ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent + 124 | |
| [macbookpro-5f35:21241] [25] 27 QtCore 0x000000010f9f15a0 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData + 736 | |
| [macbookpro-5f35:21241] [26] 28 CoreFoundation 0x00007fff889b0101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 | |
| [macbookpro-5f35:21241] [27] 29 CoreFoundation 0x00007fff889afa25 __CFRunLoopDoSources0 + 245 | |
| [macbookpro-5f35:21241] [28] 30 CoreFoundation 0x00007fff889d2dc5 __CFRunLoopRun + 789 | |
| [macbookpro-5f35:21241] [29] 31 CoreFoundation 0x00007fff889d26b2 CFRunLoopRunSpecific + 290 | |
| [macbookpro-5f35:21241] *** End of error message *** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment