Advertisement
Forage

StacktraceSource.txt

Oct 22nd, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. #0 0x00007f82d2220f77 in _longjmp_unwind (env=0x1117, val=4375) at ../nptl/sysdeps/unix/sysv/linux/jmp-unwind.c:32
  2. [Error: ../nptl/sysdeps/unix/sysv/linux/jmp-unwind.c was not found in source tree]
  3. #1 0x00007f82d22245e8 in __GI_abort () at abort.c:57
  4. [Error: abort.c was not found in source tree]
  5. #2 0x00007f82d225e4fb in __libc_message (do_abort=2, fmt=0x7f82d2372240 "ned long)(((mchunkptr)((char*)(victim) - 2*(sizeof(size_t))))) & ~((2 * (4 * 1024 * 1024 * sizeof(long)))-1)))->ar_ptr : &main_arena)") at ../sysdeps/unix/sysv/linux/libc_fatal.c:171
  6. [Error: ../sysdeps/unix/sysv/linux/libc_fatal.c was not found in source tree]
  7. #3 0x00007f82d22694c6 in systrim (pad=<optimized out>, av=<optimized out>, av=<optimized out>) at malloc.c:2748
  8. [Error: malloc.c was not found in source tree]
  9. #4 0x00007f82db71bba4 in on_localed_properties_changed (proxy=<optimized out>, changed_properties=changed_properties@entry=0x0, invalidated_properties=invalidated_properties@entry=0x0, self=self@entry=0x7f82ddd929b0) at cc-region-panel.c:1518
  10. 1513: g_strfreev (layouts);
  11. 1514: }
  12. 1515:
  13. 1516: static void
  14. 1517: set_localed_locale (CcRegionPanel *self)
  15. 1518: {
  16. 1519: CcRegionPanelPrivate *priv = self->priv;
  17. 1520: GVariantBuilder *b;
  18. 1521: gchar *s;
  19. 1522:
  20. 1523: b = g_variant_builder_new (G_VARIANT_TYPE ("as"));
  21. #5 0x00007f82db71bd0a in localed_proxy_ready (source=<optimized out>, res=<optimized out>, data=0x7f82ddd929b0) at cc-region-panel.c:1688
  22. 1683: "org.freedesktop.locale1",
  23. 1684: priv->cancellable,
  24. 1685: (GAsyncReadyCallback) localed_proxy_ready,
  25. 1686: self);
  26. 1687: g_object_unref (bus);
  27. 1688:
  28. 1689: priv->login_label = WID ("login-label");
  29. 1690: priv->login_button = gtk_toggle_button_new_with_label (_("Login Screen"));
  30. 1691: gtk_widget_set_visible (priv->login_button, FALSE);
  31. 1692: gtk_widget_set_sensitive (priv->login_button, FALSE);
  32. 1693: g_signal_connect_swapped (priv->login_button, "notify::active",
  33. #6 0x00007f82d37f7a67 in g_socket_get_listen_backlog (socket=0x7f82ddefc750) at /build/buildd/glib2.0-2.39.0~git20131008.e2d52826/./gio/gsocket.c:1209
  34. [Error: /build/buildd/glib2.0-2.39.0~git20131008.e2d52826/./gio/gsocket.c was not found in source tree]
  35. #7 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement