Quoting "James A. Treacy" <[EMAIL PROTECTED]>:

> It would be useful if you could run gramps under gdb:
>  $ cd /usr/share/gramps
>  $ gdb /usr/bin/python
>  (gdb) run gramps.py
> after it segfaults then type
>  (gdb) backtrace
>
> Please send the results of the backtrace as a reply. This should help
> us identify which library has the bug and refile the bug against that
> package.
>
> Thanks.
>
> --
> James Treacy
> [EMAIL PROTECTED]
>
[EMAIL PROTECTED]:~$ cd /usr/share/gramps
[EMAIL PROTECTED]:/usr/share/gramps$ gdb /usr/bin/python
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run gramps.py
Starting program: /usr/bin/python gramps.py
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912504471376 (LWP 22556)]
(no debugging symbols found)
...[repeated 97 times]...
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912504471376 (LWP 22556)]
0x00002aaaab0d69d0 in strlen () from /lib/libc.so.6
(gdb) backtrace
#0  0x00002aaaab0d69d0 in strlen () from /lib/libc.so.6
#1  0x000000000043c6ab in PyString_FromString ()
#2  0x00000000004368fe in PyDict_GetItemString ()
#3  0x000000000044a749 in PyType_Ready ()
#4  0x00002aaab22de3f0 in initgtkspell ()
   from /usr/lib/python2.3/site-packages/gtk-2.0/gtkspell.so
#5  0x000000000048c680 in _PyImport_LoadDynamicModule ()
#6  0x000000000048b3b4 in PyImport_ReloadModule ()
#7  0x000000000048b5ca in PyImport_ReloadModule ()
#8  0x000000000048ba59 in PyImport_ImportModuleEx ()
#9  0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#10 0x00000000004139a0 in PyObject_Call ()
#11 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#12 0x000000000046ec32 in PyEval_GetFuncName ()
#13 0x0000000000471c95 in PyEval_EvalCodeEx ()
#14 0x0000000000471dd2 in PyEval_EvalCode ()
#15 0x0000000000489f55 in PyImport_ExecCodeModuleEx ()
#16 0x000000000048a26e in PyImport_ExecCodeModuleEx ()
#17 0x000000000048b3b4 in PyImport_ReloadModule ()
#18 0x000000000048b5ca in PyImport_ReloadModule ()
#19 0x000000000048ba59 in PyImport_ImportModuleEx ()
#20 0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#21 0x00000000004139a0 in PyObject_Call ()
#22 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
---Type <return> to continue, or q <return> to quit---
#23 0x000000000046ec32 in PyEval_GetFuncName ()
#24 0x0000000000471c95 in PyEval_EvalCodeEx ()
#25 0x0000000000471dd2 in PyEval_EvalCode ()
#26 0x0000000000489f55 in PyImport_ExecCodeModuleEx ()
#27 0x000000000048a26e in PyImport_ExecCodeModuleEx ()
#28 0x000000000048b3b4 in PyImport_ReloadModule ()
#29 0x000000000048b5ca in PyImport_ReloadModule ()
#30 0x000000000048ba59 in PyImport_ImportModuleEx ()
#31 0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#32 0x00000000004139a0 in PyObject_Call ()
#33 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#34 0x000000000046ec32 in PyEval_GetFuncName ()
#35 0x0000000000471c95 in PyEval_EvalCodeEx ()
#36 0x0000000000471dd2 in PyEval_EvalCode ()
#37 0x0000000000489f55 in PyImport_ExecCodeModuleEx ()
#38 0x000000000048a26e in PyImport_ExecCodeModuleEx ()
#39 0x000000000048b3b4 in PyImport_ReloadModule ()
#40 0x000000000048b5ca in PyImport_ReloadModule ()
#41 0x000000000048ba59 in PyImport_ImportModuleEx ()
#42 0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#43 0x00000000004139a0 in PyObject_Call ()
#44 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#45 0x000000000046ec32 in PyEval_GetFuncName ()
#46 0x0000000000471c95 in PyEval_EvalCodeEx ()
---Type <return> to continue, or q <return> to quit---
#47 0x0000000000471dd2 in PyEval_EvalCode ()
#48 0x0000000000489f55 in PyImport_ExecCodeModuleEx ()
#49 0x000000000048a26e in PyImport_ExecCodeModuleEx ()
#50 0x000000000048b3b4 in PyImport_ReloadModule ()
#51 0x000000000048b5ca in PyImport_ReloadModule ()
#52 0x000000000048ba59 in PyImport_ImportModuleEx ()
#53 0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#54 0x00000000004139a0 in PyObject_Call ()
#55 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#56 0x000000000046ec32 in PyEval_GetFuncName ()
#57 0x0000000000471c95 in PyEval_EvalCodeEx ()
#58 0x0000000000471dd2 in PyEval_EvalCode ()
#59 0x0000000000489f55 in PyImport_ExecCodeModuleEx ()
#60 0x000000000048a26e in PyImport_ExecCodeModuleEx ()
#61 0x000000000048b3b4 in PyImport_ReloadModule ()
#62 0x000000000048b5ca in PyImport_ReloadModule ()
#63 0x000000000048ba59 in PyImport_ImportModuleEx ()
#64 0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#65 0x00000000004139a0 in PyObject_Call ()
#66 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#67 0x000000000046ec32 in PyEval_GetFuncName ()
#68 0x0000000000471c95 in PyEval_EvalCodeEx ()
#69 0x0000000000471dd2 in PyEval_EvalCode ()
#70 0x00000000004935a2 in PyRun_FileExFlags ()
---Type <return> to continue, or q <return> to quit---
#71 0x000000000049382e in PyRun_SimpleFileExFlags ()
#72 0x000000000040feb9 in Py_Main ()
#73 0x00002aaaab0804ba in __libc_start_main () from /lib/libc.so.6
#74 0x000000000040f80a in _start ()
#75 0x00007fffffffe838 in ?? ()
#76 0x00002aaaaabc29c0 in ?? () from /lib64/ld-linux-x86-64.so.2
#77 0x0000000000000002 in ?? ()
#78 0x00007fffffffea71 in ?? ()
#79 0x00007fffffffea81 in ?? ()
#80 0x0000000000000000 in ?? ()
#81 0x00007fffffffea8b in ?? ()
#82 0x00007fffffffea9e in ?? ()
#83 0x00007fffffffeab2 in ?? ()
#84 0x00007fffffffeac2 in ?? ()
#85 0x00007fffffffeacd in ?? ()
#86 0x00007fffffffeb29 in ?? ()
#87 0x00007fffffffeb41 in ?? ()
#88 0x00007fffffffeb90 in ?? ()
#89 0x00007fffffffeba1 in ?? ()
#90 0x00007fffffffebb7 in ?? ()
#91 0x00007fffffffebc0 in ?? ()
#92 0x00007fffffffedf5 in ?? ()
#93 0x00007fffffffee22 in ?? ()
#94 0x00007fffffffee50 in ?? ()
---Type <return> to continue, or q <return> to quit---
#95 0x00007fffffffee5b in ?? ()
#96 0x00007fffffffee6d in ?? ()
#97 0x00007fffffffee98 in ?? ()
#98 0x00007fffffffeed2 in ?? ()
#99 0x00007fffffffeede in ?? ()
#100 0x00007fffffffeef4 in ?? ()
#101 0x00007fffffffef29 in ?? ()
#102 0x00007fffffffef34 in ?? ()
#103 0x00007fffffffef3d in ?? ()
#104 0x00007fffffffef4c in ?? ()
#105 0x00007fffffffef54 in ?? ()
#106 0x00007fffffffef6c in ?? ()
#107 0x00007fffffffef82 in ?? ()
#108 0x00007fffffffef8e in ?? ()
#109 0x00007fffffffefae in ?? ()
#110 0x00007fffffffefbb in ?? ()
#111 0x00007fffffffefdd in ?? ()
#112 0x0000000000000000 in ?? ()
#113 0x0000000000000010 in ?? ()
#114 0x00000000078bfbff in ?? ()
#115 0x0000000000000006 in ?? ()
#116 0x0000000000001000 in ?? ()
#117 0x0000000000000011 in ?? ()
#118 0x0000000000000064 in ?? ()
---Type <return> to continue, or q <return> to quit---
#119 0x0000000000000003 in ?? ()
#120 0x0000000000400040 in ?? ()
#121 0x0000000000000004 in ?? ()
#122 0x0000000000000038 in ?? ()
#123 0x0000000000000005 in ?? ()
#124 0x0000000000000008 in ?? ()
#125 0x0000000000000007 in ?? ()
#126 0x00002aaaaaaab000 in ?? ()
#127 0x0000000000000008 in ?? ()
#128 0x0000000000000000 in ?? ()
#129 0x0000000000000009 in ?? ()
#130 0x000000000040f7e0 in ?? ()
#131 0x000000000000000b in ?? ()
#132 0x00000000000003e8 in ?? ()
#133 0x000000000000000c in ?? ()
#134 0x00000000000003e8 in ?? ()
#135 0x000000000000000d in ?? ()
#136 0x00000000000003e8 in ?? ()
#137 0x000000000000000e in ?? ()
#138 0x00000000000003e8 in ?? ()
#139 0x0000000000000017 in ?? ()
#140 0x0000000000000000 in ?? ()
#141 0x000000000000000f in ?? ()
#142 0x00007fffffffea6a in ?? ()
---Type <return> to continue, or q <return> to quit---
#143 0x0000000000000000 in ?? ()
#144 0x0000000000000000 in ?? ()
#145 0x0000000000000000 in ?? ()
#146 0x34365f3638780000 in ?? ()
#147 0x69622f7273752f00 in ?? ()
#148 0x6e6f687479702f6e in ?? ()
#149 0x2e73706d61726700 in ?? ()
#150 0x415f485353007970 in ?? ()
#151 0x4449505f544e4547 in ?? ()
#152 0x444b00353831333d in ?? ()
#153 0x4849544c554d5f45 in ?? ()
#154 0x736c61663d444145 in ?? ()
#155 0x3d4c4c4548530065 in ?? ()
#156 0x7361622f6e69622f in ?? ()
#157 0x783d4d5245540068 in ?? ()
#158 0x4b5447006d726574 in ?? ()
#159 0x4c49465f43525f32 in ?? ()
#160 0x2f6374652f3d5345 in ?? ()
#161 0x2f302e322d6b7467 in ?? ()
#162 0x682f3a63726b7467 in ?? ()
#163 0x2f6d6d6c2f656d6f in ?? ()
#164 0x322d63726b74672e in ?? ()
#165 0x656d6f682f3a302e in ?? ()
#166 0x646b2e2f6d6d6c2f in ?? ()
---Type <return> to continue, or q <return> to quit---
#167 0x2f65726168732f65 in ?? ()
#168 0x672f6769666e6f63 in ?? ()
#169 0x302e322d63726b74 in ?? ()
#170 0x3d42494c5f534700 in ?? ()
#171 0x6d6c2f656d6f682f in ?? ()
#172 0x73746e6f662e2f6d in ?? ()
#173 0x5f43525f4b544700 in ?? ()
#174 0x652f3d53454c4946 in ?? ()
#175 0x672f6b74672f6374 in ?? ()
#176 0x6f682f3a63726b74 in ?? ()
#177 0x2e2f6d6d6c2f656d in ?? ()
#178 0x682f3a63726b7467 in ?? ()
#179 0x2f6d6d6c2f656d6f in ?? ()
#180 0x6168732f65646b2e in ?? ()
#181 0x69666e6f632f6572 in ?? ()
#182 0x0063726b74672f67 in ?? ()
#183 0x4449574f444e4957 in ?? ()
#184 0x313133343931343d in ?? ()
#185 0x4c55465f45444b00 in ?? ()
#186 0x4f49535345535f4c in ?? ()
#187 0x5500657572743d4e in ?? ()
#188 0x006d6d6c3d524553 in ?? ()
#189 0x524f4c4f435f534c in ?? ()
#190 0x3a30303d6f6e3d53 in ?? ()
---Type <return> to continue, or q <return> to quit---
#191 0x69643a30303d6966 in ?? ()
#192 0x6c3a34333b31303d in ?? ()
#193 0x3a36333b31303d6e in ?? ()
#194 0x33333b30343d6970 in ?? ()
#195 0x333b31303d6f733a in ?? ()
#196 0x3b31303d6f643a35 in ?? ()
#197 0x30343d64623a3533 in ?? ()
#198 0x633a31303b33333b in ?? ()
#199 0x3b33333b30343d64 in ?? ()
#200 0x30343d726f3a3130 in ?? ()
#201 0x653a31303b31333b in ?? ()
#202 0x3a32333b31303d78 in ?? ()
#203 0x31303d7261742e2a in ?? ()
#204 0x67742e2a3a31333b in ?? ()
#205 0x3a31333b31303d7a in ?? ()
#206 0x31303d6a72612e2a in ?? ()
#207 0x61742e2a3a31333b in ?? ()
#208 0x3a31333b31303d7a in ?? ()
#209 0x31303d687a6c2e2a in ?? ()
#210 0x697a2e2a3a31333b in ?? ()
#211 0x3a31333b31303d70 in ?? ()
#212 0x333b31303d7a2e2a in ?? ()
#213 0x31303d5a2e2a3a31 in ?? ()
#214 0x7a672e2a3a31333b in ?? ()
---Type <return> to continue, or q <return> to quit---
#215 0x2a3a31333b31303d in ?? ()
#216 0x3b31303d327a622e in ?? ()
#217 0x6265642e2a3a3133 in ?? ()
#218 0x2a3a31333b31303d in ?? ()
#219 0x3b31303d6d70722e in ?? ()
#220 0x72616a2e2a3a3133 in ?? ()
#221 0x2a3a31333b31303d in ?? ()
#222 0x3b31303d67706a2e in ?? ()
#223 0x65706a2e2a3a3533 in ?? ()
#224 0x3a35333b31303d67 in ?? ()
#225 0x31303d6669672e2a in ?? ()
#226 0x6d622e2a3a35333b in ?? ()
#227 0x3a35333b31303d70 in ?? ()
#228 0x31303d6d62702e2a in ?? ()
#229 0x67702e2a3a35333b in ?? ()
#230 0x3a35333b31303d6d in ?? ()
#231 0x31303d6d70702e2a in ?? ()
#232 0x67742e2a3a35333b in ?? ()
#233 0x3a35333b31303d61 in ?? ()
#234 0x31303d6d62782e2a in ?? ()
#235 0x70782e2a3a35333b in ?? ()
#236 0x3a35333b31303d6d in ?? ()
#237 0x31303d6669742e2a in ?? ()
#238 0x69742e2a3a35333b in ?? ()
---Type <return> to continue, or q <return> to quit---
#239 0x35333b31303d6666 in ?? ()
#240 0x303d676e702e2a3a in ?? ()
#241 0x6d2e2a3a35333b31 in ?? ()
#242 0x35333b31303d766f in ?? ()
#243 0x303d67706d2e2a3a in ?? ()
#244 0x6d2e2a3a35333b31 in ?? ()
#245 0x333b31303d676570 in ?? ()
#246 0x3d6976612e2a3a35 in ?? ()
#247 0x2e2a3a35333b3130 in ?? ()
#248 0x333b31303d696c66 in ?? ()
#249 0x303d6c672e2a3a35 in ?? ()
#250 0x642e2a3a35333b31 in ?? ()
#251 0x3a35333b31303d6c in ?? ()
#252 0x31303d6663782e2a in ?? ()
#253 0x77782e2a3a35333b in ?? ()
#254 0x3a35333b31303d64 in ?? ()
#255 0x31303d67676f2e2a in ?? ()
#256 0x706d2e2a3a35333b in ?? ()
#257 0x3a35333b31303d33 in ?? ()
#258 0x31303d7661772e2a in ?? ()
#259 0x485353003a35333b in ?? ()
#260 0x4f535f485455415f in ?? ()
#261 0x2f706d742f3d4b43 in ?? ()
#262 0x64744f4a2d687373 in ?? ()
---Type <return> to continue, or q <return> to quit---
#263 0x612f303031334641 in ?? ()
#264 0x3031332e746e6567 in ?? ()
#265 0x4f49535345530030 in ?? ()
#266 0x4547414e414d5f4e in ?? ()
#267 0x2f6c61636f6c3d52 in ?? ()
#268 0x706d742f3a6f6972 in ?? ()
#269 0x6e752d4543492e2f in ?? ()
#270 0x00333432332f7869 in ?? ()
#271 0x3d534e4d554c4f43 in ?? ()
#272 0x5245535058003038 in ?? ()
#273 0x3d5453494c524556 in ?? ()
#274 0x4e4f4b002034363a in ?? ()
#275 0x4f43445f454c4f53 in ?? ()
#276 0x6552504f43443d50 in ?? ()
#277 0x6c6f736e6f6b2866 in ?? ()
#278 0x6b2c323832332d65 in ?? ()
#279 0x0029656c6f736e6f in ?? ()
#280 0x73752f3d48544150 in ?? ()
#281 0x2f6c61636f6c2f72 in ?? ()
#282 0x7273752f3a6e6962 in ?? ()
#283 0x69622f3a6e69622f in ?? ()
#284 0x622f7273752f3a6e in ?? ()
#285 0x2f3a3131582f6e69 in ?? ()
#286 0x656d61672f727375 in ?? ()
---Type <return> to continue, or q <return> to quit---
#287 0x6e69622f3d5f0073 in ?? ()
#288 0x575000687361622f in ?? ()
#289 0x732f7273752f3d44 in ?? ()
#290 0x6172672f65726168 in ?? ()
#291 0x534e4f4b0073706d in ?? ()
#292 0x504f43445f454c4f in ?? ()
#293 0x4e4f49535345535f in ?? ()
#294 0x666552504f43443d in ?? ()
#295 0x656c6f736e6f6b28 in ?? ()
#296 0x65732c323832332d in ?? ()
#297 0x29312d6e6f697373 in ?? ()
#298 0x6e653d474e414c00 in ?? ()
#299 0x454e494c0053555f in ?? ()
#300 0x4d4f480035323d53 in ?? ()
#301 0x2f656d6f682f3d45 in ?? ()
#302 0x564c4853006d6d6c in ?? ()
#303 0x474e414c00323d4c in ?? ()
#304 0x5f6e653d45474155 in ?? ()
#305 0x42475f6e653a5355 in ?? ()
#306 0x52554358006e653a in ?? ()
#307 0x4d4548545f524f53 in ?? ()
#308 0x6c75616665643d45 in ?? ()
#309 0x4d414e474f4c0074 in ?? ()
#310 0x454c006d6d6c3d45 in ?? ()
---Type <return> to continue, or q <return> to quit---
#311 0x7c3d4e45504f5353 in ?? ()
#312 0x69622f7273752f20 in ?? ()
#313 0x69707373656c2f6e in ?? ()
#314 0x4944007325206570 in ?? ()
#315 0x303a3d59414c5053 in ?? ()
#316 0x435353454c00302e in ?? ()
#317 0x73752f3d45534f4c in ?? ()
#318 0x656c2f6e69622f72 in ?? ()
#319 0x2520657069707373 in ?? ()
#320 0x4c4f430073252073 in ?? ()
#321 0x003d4d524554524f in ?? ()
#322 0x6e69622f7273752f in ?? ()
#323 0x006e6f687479702f in ?? ()
#324 0x0000000000000000 in ?? ()
Cannot access memory at address 0x7ffffffff000
(gdb)

--
Larry McCarthy
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to