ubuntuusers.de

stacktrace

Datum:
20. Juni 2009 01:28
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
Stacktrace:

  at (wrapper managed-to-native) Vte.Terminal.vte_terminal_fork_command (intptr,intptr,intptr[],intptr[],intptr,bool,bool,bool) <0x00004>
  at (wrapper managed-to-native) Vte.Terminal.vte_terminal_fork_command (intptr,intptr,intptr[],intptr[],intptr,bool,bool,bool) <0xffffffff>
  at Vte.Terminal.ForkCommand (string,string[],string[],string,bool,bool,bool) <0x00145>
  at MonoDevelop.Terminal.TerminalPad.StartChildProcess () <0x00275>
  at MonoDevelop.Terminal.TerminalPad.<TerminalPad>m__0 (object,System.EventArgs) <0x00020>
  at (wrapper runtime-invoke) MonoDevelop.Terminal.TerminalPad.runtime_invoke_void__this___object_object (object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0x00004>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0xffffffff>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0009d>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x00022>
  at System.Delegate.DynamicInvokeImpl (object[]) <0x0018a>
  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x00034>
  at System.Delegate.DynamicInvoke (object[]) <0x00016>
  at GLib.Signal.ClosureInvokedCB (object,GLib.ClosureInvokedArgs) <0x0011a>
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs) <0x00020>
  at GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0x00209>
  at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff>
  at Gtk.Application.Run () <0x0000a>
  at MonoDevelop.Ide.Gui.IdeApp.Run () <0x0000a>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00b81>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00061>
  at (wrapper runtime-invoke) MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

	monodevelop [0x80c6f74]
	monodevelop [0x80f3503]
	[0x859410]
	/lib/libc.so.6(strlen+0x33) [0x56e053]
	/lib/libglib-2.0.so.0(g_strdup+0x2b) [0x72caeb]
	/usr/lib/libvte.so.9 [0x26da3fe]
	/usr/lib/libvte.so.9(_vte_pty_open+0x164) [0x26da894]
	/usr/lib/libvte.so.9 [0x26e4319]
	[0x222ebbb]
	[0x222eaf6]
	[0x222e88e]
	[0x3faf4e9]
	[0x3faf44c]
	monodevelop(mono_runtime_invoke_array+0x313) [0x8114053]
	monodevelop [0x811a7b9]
	[0x44493b]
	[0x443f7e]
	[0x443edb]
	[0x21fa523]
	[0x21fa385]
	[0x21fa347]
	[0x21fa313]
	[0x21fa1f1]
	[0x21f8f3a]
	[0x28485c3]
	/lib/libgobject-2.0.so.0(g_closure_invoke+0x1b2) [0x4f78332]
	/lib/libgobject-2.0.so.0 [0x4f8df66]
	/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7bd) [0x4f8ed1d]
	/lib/libgobject-2.0.so.0(g_signal_emit_by_name+0x192) [0x4f8f032]
	/usr/lib/libvte.so.9 [0x26f4fc7]
	/usr/lib/libvte.so.9 [0x26d929f]
	/lib/libgobject-2.0.so.0(g_closure_invoke+0x1b2) [0x4f78332]
	/lib/libgobject-2.0.so.0 [0x4f8d9a8]
	/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7bd) [0x4f8ed1d]
	/lib/libgobject-2.0.so.0(g_signal_emit_by_name+0x192) [0x4f8f032]
	/usr/lib/libvte.so.9 [0x26dac8a]
	/lib/libglib-2.0.so.0 [0x709f92]
	/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1f8) [0x70bd78]
	/lib/libglib-2.0.so.0 [0x70f310]
	/lib/libglib-2.0.so.0(g_main_loop_run+0x1bf) [0x70f77f]
	/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9) [0x7411029]
	[0x2222ee8]
	[0x2222eab]
	[0x3fbeffb]
	[0x4420c2]
	[0x43f322]
	[0x43f203]
	monodevelop(mono_runtime_exec_main+0x15b) [0x81103eb]
	monodevelop(mono_runtime_run_main+0x15a) [0x81125ca]
	monodevelop(mono_main+0x1aab) [0x80aff7b]
	monodevelop [0x80586e5]
	/lib/libc.so.6(__libc_start_main+0xe6) [0x50ba66]
	monodevelop [0x8058621]

Debug info from gdb:

warning: Unable to open "librpm.so" (librpm.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden), missing debuginfos notifications will not be displayed
Missing separate debuginfo for /usr/bin/mono
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/1a/14f987402f470f1f20064faad313ccdbcec976.debug
warning: .dynamic section for "/usr/lib/libgdk_pixbuf-2.0.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libpangocairo-1.0.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXfixes.so.3" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libatk-1.0.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/lib/libgmodule-2.0.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXext.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXrender.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXinerama.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXi.so.6" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXrandr.so.2" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXcursor.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXcomposite.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libXdamage.so.1" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
Missing separate debuginfo for /lib/libgthread-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/12/1d1d0197aaa58ba61f037e3c739b220545d54d.debug
Missing separate debuginfo for /lib/libglib-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/22/f2ecae0c8e344163db513b445409d07c92ac18.debug
Missing separate debuginfo for /lib/librt.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a7/8ce97478f6e2d22835e2bacbc8aaaa92480d0c.debug
Missing separate debuginfo for /lib/libdl.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/76/e5bfd96c3bae140fba99da5917f5f08ee327ee.debug
Missing separate debuginfo for /lib/libpthread.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/42/0e274eb90edb3a1ddcba0b33b6ba52993a0397.debug
Missing separate debuginfo for /lib/libm.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/60/df27074322cad32bbad4d55ee09ddc2adbe370.debug
Missing separate debuginfo for /lib/libgcc_s.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/08/7341c884dd158064dbfd00e9fcde0481b2f40d.debug
Missing separate debuginfo for /lib/libc.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a5/e5564345da9ff0f15040d69dcdefef89d1ed73.debug
Missing separate debuginfo for /lib/ld-linux.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/7f/17a8dcd78cff33fdaa9729c94e32c2aac4832a.debug
Missing separate debuginfo for /lib/libnss_files.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/7a/63e42fe897c3daa33f6b4454acf149bf8635a1.debug
Missing separate debuginfo for /usr/lib/libgtk-x11-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8e/1f5a6fa2bfb13bd7797fac41c9dd0974409865.debug
Missing separate debuginfo for /usr/lib/libgdk-x11-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f3/b871f3da0f06bc74de3b733b7bd142743cf601.debug
Missing separate debuginfo for /usr/lib/libgdk_pixbuf-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/25/6924991ceeec0f8c3d629e085d3753dbe2ee93.debug
Missing separate debuginfo for /usr/lib/libpangocairo-1.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/d2/8d0f7eb84b77691860bb903ff6a894b6083cbd.debug
Missing separate debuginfo for /usr/lib/libX11.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/29/db81a31fbedac1661f13e11f846fdaeb9e48c3.debug
Missing separate debuginfo for /usr/lib/libXfixes.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f3/527899151b6857992db6f0df00abfd24f62c4b.debug
Missing separate debuginfo for /usr/lib/libatk-1.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/77/feead7532928877d81dabe6fd991d726344b59.debug
Missing separate debuginfo for /usr/lib/libcairo.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/02/279be960c6dd7c64a2034af2a3ef94f524c0ea.debug
Missing separate debuginfo for /lib/libgio-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/30/72fe7f3026642e6b4266f24a6f637911b4f844.debug
Missing separate debuginfo for /usr/lib/libpangoft2-1.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/33/51d106dee410e191be72cd06b15ec5be991987.debug
Missing separate debuginfo for /usr/lib/libpango-1.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/57/577cda669f8a2eee74e54eeecf8e7b46307182.debug
Missing separate debuginfo for /usr/lib/libfontconfig.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/dd/00685d8c54ff4c2fe3775b7fc146513f2c4d04.debug
Missing separate debuginfo for /lib/libgobject-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/70/646219e4b01aa26a7e1bbbcfc6c6c639daa460.debug
Missing separate debuginfo for /lib/libgmodule-2.0.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/de/c744a4c73679611c74ab40c9ef67c61d8cbcaf.debug
Missing separate debuginfo for /usr/lib/libXext.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e2/559a4c6bc219322f93420ccc3c93d1f3c194b0.debug
Missing separate debuginfo for /usr/lib/libXrender.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/dc/5e2d32ff510e39c4564fee89ab55e5f2011b32.debug
Missing separate debuginfo for /usr/lib/libXinerama.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e3/8c86a61962a834bd9c79fbaedc16dbcab509c2.debug
Missing separate debuginfo for /usr/lib/libXi.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e1/b8221f568aecf8193a8992f52117b930ab264d.debug
Missing separate debuginfo for /usr/lib/libXrandr.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/d3/e7861c080607f773f1c1202753d161cf8bbba4.debug
Missing separate debuginfo for /usr/lib/libXcursor.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/9d/4dae5b81d7727ffe2512186e5b24eda9d1ad8a.debug
Missing separate debuginfo for /usr/lib/libXcomposite.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8b/42fee6f09bc258772bbffb36a1e816224ac26e.debug
Missing separate debuginfo for /usr/lib/libXdamage.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/47/8d9ddd68b7ddd3ec5876e448dea6e2c8428178.debug
Missing separate debuginfo for /usr/lib/libpng12.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/ab/95aabb4feccf5b6a78581115e769620aeb5438.debug
Missing separate debuginfo for /usr/lib/libfreetype.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/51/9f48e43904473298757d5fa2fa73a0a5d07933.debug
Missing separate debuginfo for /usr/lib/libxcb.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/54/01e828c3d28f3117a3773fe065b45f490155f7.debug
Missing separate debuginfo for /usr/lib/libpixman-1.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/7a/5c11e8b948edd71015ab567db6346e8c48c803.debug
Missing separate debuginfo for /lib/libz.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/0a/1f5da8d4e1233eac30b173653853aa46a65f36.debug
Missing separate debuginfo for /lib/libselinux.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/44/8bc14a6a18e78a2f488cf84f8d24680d5120ce.debug
Missing separate debuginfo for /lib/libexpat.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/57/df567b3ed13c613bbf8a8fc45b59458ab9e3be.debug
Missing separate debuginfo for /usr/lib/libXau.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f3/38dd3b2487da6d141c55f9740a061d1635fc2d.debug
Missing separate debuginfo for /usr/lib/gtk-2.0/2.10.0/engines/libnodoka.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/0f/616ff29e801042f97d2556d66d6242009aa16d.debug
Missing separate debuginfo for /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/2d/012e57d58b7f62832a64cf0cbd23cdc69ee694.debug
Missing separate debuginfo for /usr/lib/libdbus-glib-1.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e2/fec27917018adbe79b1509a0a3e5a1f9399a5f.debug
Missing separate debuginfo for /lib/libdbus-1.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/4d/2e4a5008c02d38c8886af7b4fb49c077a7bcba.debug
Missing separate debuginfo for /lib/libcap.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/61/04f6186a9c2193bde64c24acef9af7aeefc32d.debug
Missing separate debuginfo for /lib/libattr.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/58/8d7c9d1414acf25378c7b1993b8d647c652bad.debug
Missing separate debuginfo for /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f8/cbcb88f55b9970b2e32b47b8381052df419400.debug
Missing separate debuginfo for /usr/lib/libcanberra-gtk.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/1e/2810448bb5e2710953c5eb44c8645fe2d7aef2.debug
Missing separate debuginfo for /usr/lib/libcanberra.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/3c/eb12d74fe8b2b334bf4b907e9ef3037ecfc8f8.debug
Missing separate debuginfo for /usr/lib/libvorbisfile.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/36/64b6dd3cfc57b1a4e23a8407340a1fd8fd1ab6.debug
Missing separate debuginfo for /usr/lib/libvorbis.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/41/49770fd44bd8c3537081215280e7921359bd72.debug
Missing separate debuginfo for /usr/lib/libogg.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/59/13721add7cc3ad770db9e871d734c061761810.debug
Missing separate debuginfo for /usr/lib/libtdb.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/3d/54b0652d810802c7c7d042d6ea72e77287173c.debug
Missing separate debuginfo for /usr/lib/libltdl.so.7
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/21/7b9d953a67d45843ade96e28ef66204df3f7f3.debug
Missing separate debuginfo for /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/d9/70d44b858ca72d8f39bd60cc3cf8881740c611.debug
Missing separate debuginfo for /usr/lib/bug-buddy/libbreakpad.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/5d/85c872d95e197b25904e1934879b8458d9be82.debug
Missing separate debuginfo for /usr/lib/libelf.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f7/879a34e068c8e1d93d7cb303bb8cf85593ab27.debug
Missing separate debuginfo for /usr/lib/libstdc++.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/57/bb514f1e3e02fcc475236a9624b58406ca3f63.debug
Missing separate debuginfo for /usr/lib/libgtksharpglue-2.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8c/76049efcfd1a41e176a5b7a0212392ac744091.debug
Missing separate debuginfo for /usr/lib/libglibsharpglue-2.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/5a/a8d8c57a4a21dd496bf97950171553e926a263.debug
Missing separate debuginfo for /usr/lib/libMonoPosixHelper.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/9f/e5da3cc72e3e4d0cab0aa54fd539e0b3ec2f65.debug
Missing separate debuginfo for /usr/lib/libgnomevfs-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/fe/f24fc4d19e0411ba3cb0b53ab3b2da66c247c2.debug
Missing separate debuginfo for /usr/lib/libgconf-2.so.4
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/6a/1bb128b798e55a4e717c44c722624bbcca6547.debug
Missing separate debuginfo for /usr/lib/libxml2.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/c6/0d9d486b8d9143fac8130e21751ca1167b5b8a.debug
Missing separate debuginfo for /usr/lib/libssl.so.8
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/4e/c5a1652574322938d112c1c526b797581d4121.debug
Missing separate debuginfo for /usr/lib/libcrypto.so.8
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f0/2d429022db4a38d61bf4f1a06ba08229567ef8.debug
Missing separate debuginfo for /usr/lib/libavahi-glib.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/4a/8967f5fd154bf1efe2b25a75fae7abf00849bc.debug
Missing separate debuginfo for /usr/lib/libavahi-common.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/3f/87e07201957bd031bf28bd5ee48123e7df9af0.debug
Missing separate debuginfo for /usr/lib/libavahi-client.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8b/1f3d208b93dde5f458fb1be80f7477abc006dd.debug
Missing separate debuginfo for /lib/libresolv.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/74/3fe686aa50e58d6dd9975d77a18d4b98ecff4e.debug
Missing separate debuginfo for /lib/libutil.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/f9/c17d6c4e92acaca7d01d5e59fcf5d291764410.debug
Missing separate debuginfo for /usr/lib/libORBit-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a2/fb970a23fb90b59f5cf5d65d3b264fc02cf5af.debug
Missing separate debuginfo for /usr/lib/libgssapi_krb5.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/36/21b83314556dfddb2a67b56d84b65464257d45.debug
Missing separate debuginfo for /usr/lib/libkrb5.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/74/0c96d918b6413d38044d9d46e19de366edf4a5.debug
Missing separate debuginfo for /lib/libcom_err.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a8/9d6d5c3932c4fff0f1b3a8afe553ef940ba637.debug
Missing separate debuginfo for /usr/lib/libk5crypto.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/2f/b40cf76f4b67e3aba81e4859bd2d5fe5b75a3a.debug
Missing separate debuginfo for /usr/lib/libkrb5support.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e5/c1fce51ae4a77518abdd11939ed1197a5a836f.debug
Missing separate debuginfo for /lib/libkeyutils.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a5/04da667a85434cf9838fee0e6db5e614fb6ca1.debug
Missing separate debuginfo for /usr/lib/libgnomeui-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/52/135e306b0e9760cc02f1781fd6b0ef90bd1aa5.debug
Missing separate debuginfo for /usr/lib/libbonoboui-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/5f/6f0b715ded217ae40c2c886015b68abd190d11.debug
Missing separate debuginfo for /usr/lib/libgnomecanvas-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/bd/becca064817cb772c83a211609f87417625dec.debug
Missing separate debuginfo for /usr/lib/libgnome-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/07/9b5321f71e35652b0a6a31bc6155a2a824f94d.debug
Missing separate debuginfo for /usr/lib/libart_lgpl_2.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/ed/5ece12114ee6439e59bf9c3ef9211d00c29fbd.debug
Missing separate debuginfo for /usr/lib/libgnome-keyring.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/0b/8eb94e74d1c0c07a9045cbfaf1a2d88b564d29.debug
Missing separate debuginfo for /usr/lib/libSM.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/87/41d1f319bcd5bfe8a928e11bdf338afdaf08e9.debug
Missing separate debuginfo for /usr/lib/libICE.so.6
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/48/0baa3a9d38b30a4fc1323242577b461d32ab5d.debug
Missing separate debuginfo for /usr/lib/libbonobo-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a3/4d5a018dd737bfeb40db698bd8e8c7d52be0a0.debug
Missing separate debuginfo for /usr/lib/libbonobo-activation.so.4
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/18/b2c6eb3726c4b4dc74ce6065aca8db83957c42.debug
Missing separate debuginfo for /lib/libpopt.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/96/3ed063f9870ea9e90cb38870d86213a3e361ca.debug
Missing separate debuginfo for /usr/lib/libgailutil.so.18
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/53/492688aeffd46f85fe254a8349965346e1d24b.debug
Missing separate debuginfo for /lib/libuuid.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8a/4beb13b85ad52f308ff397e36ab4d559a4e01a.debug
Missing separate debuginfo for /usr/lib/libORBitCosNaming-2.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/dd/81f286c67a61dbede52300bd832d5f511b78ce.debug
Missing separate debuginfo for /usr/lib/gio/modules/libgioremote-volume-monitor.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/7e/53d06a97c36c52e5817016933d613f8df21022.debug
Missing separate debuginfo for /usr/lib/libgvfscommon.so.0
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/49/719d87781833dbba337daa49f5a96bc14f5a10.debug
Missing separate debuginfo for /usr/lib/gio/modules/libgvfsdbus.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/90/d064070a866c45b0bc2577211a17e6d1e62ecc.debug
Missing separate debuginfo for /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/cc/03a6fc53fdf1188d5b1a35ed3fb84769953378.debug
Missing separate debuginfo for /usr/lib/librsvg-2.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/64/137569d5b8a69987786bce16b15205d80a86c5.debug
Missing separate debuginfo for /usr/lib/libgsf-1.so.114
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e6/210861dd29396597962f3c89fab8302b85b980.debug
Missing separate debuginfo for /usr/lib/libcroco-0.6.so.3
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/2e/ca3f36e8f2fa79eb0eed5b84964dea1afca392.debug
Missing separate debuginfo for /lib/libbz2.so.1
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/86/beac5ea2641302763460edb51ae090e544a59b.debug
Missing separate debuginfo for /usr/lib/libgdksharpglue-2.so
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/c5/ff619e678c0dc6594ead9e327ebac000a5f786.debug
Missing separate debuginfo for /usr/lib/libvte.so.9
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a1/eaefbbaccb8ae159997278638157c765e2d28c.debug
Missing separate debuginfo for /lib/libncurses.so.5
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e9/7b6d88dc451bce70c554b1c247c82fd29f5b65.debug
Missing separate debuginfo for /lib/libtinfo.so.5
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/79/326e219dbf91ce90b7636afdf7967b72ab6314.debug
Missing separate debuginfo for /lib/libnss_mdns4_minimal.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/27/4db92eaab0c9d33c1b2abb6c19d6ec9b8929cc.debug
Missing separate debuginfo for /lib/libnss_dns.so.2
Try: yum --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/75/7f957ef2b846df2058b6cdb0ebdfab6848e6a5.debug
[?1034h[Thread debugging using libthread_db enabled]
[New Thread 0x47cfb70 (LWP 16972)]
[New Thread 0x4654b70 (LWP 16971)]
[New Thread 0x3a23b70 (LWP 16956)]
[New Thread 0xb7c9fb70 (LWP 16952)]
[New Thread 0x3922b70 (LWP 16949)]
[New Thread 0x2550b70 (LWP 16947)]
[New Thread 0x1719b70 (LWP 16946)]
[New Thread 0xaf4b70 (LWP 16896)]
[New Thread 0x216b70 (LWP 16895)]
0x00859422 in __kernel_vsyscall ()
  10 Thread 0x216b70 (LWP 16895)  0x00859422 in __kernel_vsyscall ()
  9 Thread 0xaf4b70 (LWP 16896)  0x00859422 in __kernel_vsyscall ()
  8 Thread 0x1719b70 (LWP 16946)  0x00859422 in __kernel_vsyscall ()
  7 Thread 0x2550b70 (LWP 16947)  0x00859422 in __kernel_vsyscall ()
  6 Thread 0x3922b70 (LWP 16949)  0x00859422 in __kernel_vsyscall ()
  5 Thread 0xb7c9fb70 (LWP 16952)  0x00859422 in __kernel_vsyscall ()
  4 Thread 0x3a23b70 (LWP 16956)  0x00859422 in __kernel_vsyscall ()
  3 Thread 0x4654b70 (LWP 16971)  0x00859422 in __kernel_vsyscall ()
  2 Thread 0x47cfb70 (LWP 16972)  0x00859422 in __kernel_vsyscall ()
* 1 Thread 0x111b40 (LWP 16893)  0x00859422 in __kernel_vsyscall ()

Thread 10 (Thread 0x216b70 (LWP 16895)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a7746 in nanosleep () from /lib/libpthread.so.0
#2  0x081a2d08 in ?? ()
#3  0x0069f935 in start_thread () from /lib/libpthread.so.0
#4  0x005d382e in clone () from /lib/libc.so.6

Thread 9 (Thread 0xaf4b70 (LWP 16896)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a6245 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
#2  0x0812a679 in ?? ()
#3  0x0814e61c in ?? ()
#4  0x081bfa26 in ?? ()
#5  0x081de1a7 in ?? ()
#6  0x0069f935 in start_thread () from /lib/libpthread.so.0
#7  0x005d382e in clone () from /lib/libc.so.6

Thread 8 (Thread 0x1719b70 (LWP 16946)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a7746 in nanosleep () from /lib/libpthread.so.0
#2  0x081be850 in ?? ()
#3  0x0814dacb in ?? ()
#4  0x05cc7634 in ?? ()
#5  0x000001f4 in ?? ()
#6  0x01719b54 in ?? ()
#7  0x09d33b1c in ?? ()
#8  0x017191c0 in ?? ()
#9  0x064ff850 in ?? ()
#10 0x01719b70 in ?? ()
#11 0x000a0640 in ?? ()
#12 0x017191d8 in ?? ()
#13 0x05cc75cd in ?? ()
#14 0xb7d127c8 in ?? ()
#15 0x05cc75b0 in ?? ()
#16 0x064ff850 in ?? ()
#17 0x01610078 in ?? ()
#18 0x064ff850 in ?? ()
#19 0x01719b70 in ?? ()
#20 0x000a0640 in ?? ()
#21 0x017191b8 in ?? ()
#22 0x05cc760c in ?? ()
#23 0x017191d8 in ?? ()
#24 0x05cc75cd in ?? ()
#25 0x000001f4 in ?? ()
#26 0x064ff850 in ?? ()
#27 0x017191cc in ?? ()
#28 0x01719218 in ?? ()
#29 0x000a0640 in ?? ()
#30 0x01719b70 in ?? ()
#31 0x01719218 in ?? ()
#32 0x05cc74e6 in ?? ()
#33 0x000001f4 in ?? ()
#34 0x01719b70 in ?? ()
#35 0x000a0640 in ?? ()
#36 0x01719268 in ?? ()
#37 0x0044e050 in ?? ()
#38 0x09a69b94 in ?? ()
#39 0x01610078 in ?? ()
#40 0x0044e010 in ?? ()
#41 0x00000000 in ?? ()

Thread 7 (Thread 0x2550b70 (LWP 16947)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a7746 in nanosleep () from /lib/libpthread.so.0
#2  0x081be850 in ?? ()
#3  0x0814dacb in ?? ()
#4  0x05cc7634 in ?? ()
#5  0x000002ee in ?? ()
#6  0x00000000 in ?? ()

Thread 6 (Thread 0x3922b70 (LWP 16949)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a3fa5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x081a809a in ?? ()
#3  0x081a8154 in ?? ()
#4  0x081c3bb7 in ?? ()
#5  0x081513a6 in ?? ()
#6  0x0814e61c in ?? ()
#7  0x081bfa26 in ?? ()
#8  0x081de1a7 in ?? ()
#9  0x0069f935 in start_thread () from /lib/libpthread.so.0
#10 0x005d382e in clone () from /lib/libc.so.6

Thread 5 (Thread 0xb7c9fb70 (LWP 16952)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a6f6b in read () from /lib/libpthread.so.0
#2  0x0070cc4a in ?? () from /lib/libglib-2.0.so.0
#3  0x0073616f in ?? () from /lib/libglib-2.0.so.0
#4  0x0069f935 in start_thread () from /lib/libpthread.so.0
#5  0x005d382e in clone () from /lib/libc.so.6

Thread 4 (Thread 0x3a23b70 (LWP 16956)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a42d2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x081a801f in ?? ()
#3  0x081c3a1c in ?? ()
#4  0x0814b683 in ?? ()
#5  0x03fb00ad in ?? ()
#6  0x02f2aa20 in ?? ()
#7  0x0000048b in ?? ()
#8  0x00001388 in ?? ()
#9  0x00000001 in ?? ()
#10 0x03a23148 in ?? ()
#11 0x03faffc4 in ?? ()
#12 0x03a23178 in ?? ()
#13 0x03faff40 in ?? ()
#14 0x02f73328 in ?? ()
#15 0xb7d127f0 in ?? ()
#16 0x00000001 in ?? ()
#17 0x05cc1a0b in ?? ()
#18 0x03a23b70 in ?? ()
#19 0x02effbd0 in ?? ()
#20 0x03a23b70 in ?? ()
#21 0x02f4a320 in ?? ()
#22 0x03a23178 in ?? ()
#23 0x03fb007c in ?? ()
#24 0x03a231a8 in ?? ()
#25 0x03fafd7e in ?? ()
#26 0x02f2aa20 in ?? ()
#27 0x0000048b in ?? ()
#28 0x00001388 in ?? ()
#29 0x00000001 in ?? ()
#30 0x00000000 in ?? ()

Thread 3 (Thread 0x4654b70 (LWP 16971)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a3fa5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x081a809a in ?? ()
#3  0x081a8154 in ?? ()
#4  0x081c3bb7 in ?? ()
#5  0x081513a6 in ?? ()
#6  0x0814e61c in ?? ()
#7  0x081bfa26 in ?? ()
#8  0x081de1a7 in ?? ()
#9  0x0069f935 in start_thread () from /lib/libpthread.so.0
#10 0x005d382e in clone () from /lib/libc.so.6

Thread 2 (Thread 0x47cfb70 (LWP 16972)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x005d3ff6 in epoll_wait () from /lib/libc.so.6
#2  0x08152042 in ?? ()
#3  0x0814e61c in ?? ()
#4  0x081bfa26 in ?? ()
#5  0x081de1a7 in ?? ()
#6  0x0069f935 in start_thread () from /lib/libpthread.so.0
#7  0x005d382e in clone () from /lib/libc.so.6

Thread 1 (Thread 0x111b40 (LWP 16893)):
#0  0x00859422 in __kernel_vsyscall ()
#1  0x006a6f6b in read () from /lib/libpthread.so.0
#2  0x080c710e in ?? ()
#3  0x080f3503 in ?? ()
#4  <signal handler called>
#5  0x0056e053 in strlen () from /lib/libc.so.6
#6  0x0072caeb in g_strdup () from /lib/libglib-2.0.so.0
#7  0x026da3fe in ?? () from /usr/lib/libvte.so.9
#8  0x026da894 in _vte_pty_open () from /usr/lib/libvte.so.9
#9  0x026e4319 in ?? () from /usr/lib/libvte.so.9
#10 0x0222ebbb in ?? ()
#11 0x06583208 in ?? ()
#12 0x06578a90 in ?? ()
#13 0x0a2dffe0 in ?? ()
#14 0x00000000 in ?? ()

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================