Share Pastebin
Guest
Public paste!

pvh

By: a guest | Mar 22nd, 2010 | Syntax: Diff | Size: 2.83 KB | Hits: 40 | Expires: Never
Copy text to clipboard
  1.  
  2. Program received signal SIGABRT, Aborted.
  3. 0xb7fe2832 in ?? () from /lib/ld-linux.so.2
  4. (gdb) up
  5. #1  0xb7ac28e0 in raise () from /lib/i686/cmov/libc.so.6
  6. (gdb)
  7. #2  0xb7ac5e15 in abort () from /lib/i686/cmov/libc.so.6
  8. (gdb)
  9. #3  0xb7c5bbbe in IA__g_logv (log_domain=0xb7fd1ea1 "Tracker", log_level=G_LOG_LEVEL_CRITICAL, format=0xb7fd2371 "%s", args1=0xbffff2dc "x\345@\b\360\362\377\277")
  10.     at /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c:549
  11. 549     /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c: No such file or directory.
  12.         in /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c
  13. (gdb)
  14. #4  0xb7c5bbe6 in IA__g_log (log_domain=0xb7fd1ea1 "Tracker", log_level=G_LOG_LEVEL_CRITICAL, format=0xb7fd2371 "%s")
  15.     at /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c:569
  16. 569     in /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c
  17. (gdb)
  18. #5  0xb7f75b30 in tracker_data_ontology_process_statement (graph=0x0, subject=0x84022b0 "http://www.tracker-project.org/ontologies/custom#Custom",
  19.     predicate=0x840eda0 "http://www.w3.org/2000/01/rdf-schema#label", object=0x83f1b88 "Custom", is_uri=0, is_new=1, ignore_nao_last_modified=0) at tracker-data-manager.c:674
  20. 674                             g_critical ("%s", error->message);
  21. (gdb) bt
  22. #0  0xb7fe2832 in ?? () from /lib/ld-linux.so.2
  23. #1  0xb7ac28e0 in raise () from /lib/i686/cmov/libc.so.6
  24. #2  0xb7ac5e15 in abort () from /lib/i686/cmov/libc.so.6
  25. #3  0xb7c5bbbe in IA__g_logv (log_domain=0xb7fd1ea1 "Tracker", log_level=G_LOG_LEVEL_CRITICAL, format=0xb7fd2371 "%s", args1=0xbffff2dc "x\345@\b\360\362\377\277")
  26.     at /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c:549
  27. #4  0xb7c5bbe6 in IA__g_log (log_domain=0xb7fd1ea1 "Tracker", log_level=G_LOG_LEVEL_CRITICAL, format=0xb7fd2371 "%s")
  28.     at /build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gmessages.c:569
  29. #5  0xb7f75b30 in tracker_data_ontology_process_statement (graph=0x0, subject=0x84022b0 "http://www.tracker-project.org/ontologies/custom#Custom",
  30.     predicate=0x840eda0 "http://www.w3.org/2000/01/rdf-schema#label", object=0x83f1b88 "Custom", is_uri=0, is_new=1, ignore_nao_last_modified=0) at tracker-data-manager.c:674
  31. #6  0xb7f75c2b in load_turtle_file (path=0x8402f78 "/opt/tracker/ontology-cope/share/tracker/ontologies/91-custom.ontology", is_new=1, ignore_nao_last_modified=0)
  32.     at tracker-data-manager.c:704
  33. #7  0xb7f75ca8 in import_ontology_file (filename=0x8403b18 "91-custom.ontology", is_new=1, ignore_nao_last_modified=0) at tracker-data-manager.c:722
  34. #8  0xb7f77baa in tracker_data_manager_init (flags=TRACKER_DB_MANAGER_REMOVE_CACHE, test_schema=0x0, first_time=0xbffff478, journal_check=1) at tracker-data-manager.c:1715
  35. #9  0x08051e6f in main (argc=1, argv=0xbffff534) at tracker-main.c:453
  36. (gdb)