daily pastebin goal
45%
SHARE
TWEET

Untitled

a guest Mar 25th, 2012 129 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  LANG=C firefox -g -safe-mode
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.02-0ubuntu2) 7.4-2012.02
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/lib/firefox/firefox...Reading symbols from /usr/lib/debug/usr/lib/firefox/firefox...done.
  12. done.
  13. (gdb) run
  14. Starting program: /usr/lib/firefox/firefox -safe-mode
  15. [Thread debugging using libthread_db enabled]
  16. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  17. [New Thread 0x7fffea5ff700 (LWP 13924)]
  18. [New Thread 0x7fffe98da700 (LWP 13925)]
  19. [New Thread 0x7fffe90d9700 (LWP 13926)]
  20. [New Thread 0x7fffe84ff700 (LWP 13927)]
  21. [New Thread 0x7fffe72ac700 (LWP 13928)]
  22. [New Thread 0x7fffe5e0d700 (LWP 13929)]
  23. [New Thread 0x7fffe560c700 (LWP 13930)]
  24. [New Thread 0x7fffdfa0d700 (LWP 13931)]
  25. [New Thread 0x7fffdeaff700 (LWP 13932)]
  26. [New Thread 0x7fffde2fe700 (LWP 13933)]
  27. [Thread 0x7fffdfa0d700 (LWP 13931) exited]
  28. [New Thread 0x7fffdfa0d700 (LWP 13934)]
  29. [New Thread 0x7fffdcfff700 (LWP 13935)]
  30. [Thread 0x7fffde2fe700 (LWP 13933) exited]
  31. [Thread 0x7fffdfa0d700 (LWP 13934) exited]
  32.  
  33. Program received signal SIGSEGV, Segmentation fault.
  34. 0x00007ffff0662de1 in cache_glob_node_lookup_suffix (cache=0x7fffe4136400, n_entries=<optimized out>, offset=113, file_name=0x7fffdc133fe0 "gtk-go-back-ltr.png", len=19, case_sensitive_check=0, mime_types=0x7fffffff7040, n_mime_types=10)
  35.     at /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c:483
  36. 483     /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c: No such file or directory.
  37. (gdb) bt
  38. #0  0x00007ffff0662de1 in cache_glob_node_lookup_suffix (cache=0x7fffe4136400, n_entries=<optimized out>, offset=113, file_name=0x7fffdc133fe0 "gtk-go-back-ltr.png", len=19, case_sensitive_check=0, mime_types=0x7fffffff7040, n_mime_types=10)
  39.     at /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c:483
  40. #1  0x00007ffff0662f72 in cache_glob_lookup_suffix (file_name=0x7fffdc133fe0 "gtk-go-back-ltr.png", len=19, ignore_case=0, mime_types=0x7fffffff7040, n_mime_types=10) at /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c:551
  41. #2  0x00007ffff0663678 in cache_glob_lookup_file_name (n_mime_types=10, mime_types=0x7fffffff7130, file_name=0x7fffdc133fc0 "gtk-go-back-ltr.png") at /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c:649
  42. #3  __gio_xdg_cache_get_mime_types_from_file_name (file_name=0x7fffdc133fc0 "gtk-go-back-ltr.png", mime_types=0x7fffffff7130, n_mime_types=10) at /build/buildd/glib2.0-2.31.22/./gio/xdgmime/xdgmimecache.c:832
  43. #4  0x00007ffff05a53a8 in g_content_type_guess (filename=0x7fffdc133900 "gtk-go-back-ltr.png", data=0x0, data_size=0, result_uncertain=0x7fffffff71dc) at /build/buildd/glib2.0-2.31.22/./gio/gcontenttype.c:925
  44. #5  0x00007ffff065836b in get_content_type (basename=0x7fffdc133900 "gtk-go-back-ltr.png", path=0x7fffdc13bf00 "/usr/share/icons/gnome/24x24/actions/gtk-go-back-ltr.png", statbuf=<optimized out>, fast=0, flags=<optimized out>, symlink_broken=<optimized out>,
  45.     is_symlink=<optimized out>) at /build/buildd/glib2.0-2.31.22/./gio/glocalfileinfo.c:1237
  46. #6  0x00007ffff0658fce in _g_local_file_info_get (basename=0x7fffdc133900 "gtk-go-back-ltr.png", path=0x7fffdc13bf00 "/usr/share/icons/gnome/24x24/actions/gtk-go-back-ltr.png", attribute_matcher=0x7fffdc1338e0, flags=G_FILE_QUERY_INFO_NONE, parent_info=<optimized out>,
  47.     error=<optimized out>) at /build/buildd/glib2.0-2.31.22/./gio/glocalfileinfo.c:1607
  48. #7  0x00007ffff0655c02 in g_local_file_query_info (file=<optimized out>, attributes=<optimized out>, flags=G_FILE_QUERY_INFO_NONE, cancellable=<optimized out>, error=0x0) at /build/buildd/glib2.0-2.31.22/./gio/glocalfile.c:1197
  49. #8  0x00007ffff0bf2926 in icon_info_ensure_scale_and_pixbuf (scale_only=0, icon_info=0x7fffdc2fb4c0) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkicontheme.c:2906
  50. #9  icon_info_ensure_scale_and_pixbuf (icon_info=0x7fffdc2fb4c0, scale_only=0) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkicontheme.c:2864
  51. #10 0x00007ffff0bf5422 in IA__gtk_icon_info_load_icon (icon_info=0x7fffdc2fb4c0, error=0x7fffffff8590) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkicontheme.c:3078
  52. #11 0x00007ffff0bf55bf in IA__gtk_icon_theme_load_icon (icon_theme=<optimized out>, icon_name=0x7fffdd28a770 "gtk-go-back-ltr", size=24, flags=0, error=0x7fffffff8590) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkicontheme.c:1550
  53. #12 0x00007ffff0bf0a28 in render_icon_name_pixbuf (detail=0x0, widget=0x7fffdeec4ab0, size=GTK_ICON_SIZE_LARGE_TOOLBAR, state=GTK_STATE_INSENSITIVE, direction=GTK_TEXT_DIR_LTR, style=0x7fffe856b800, icon_source=0x7fffdc115370)
  54.     at /build/buildd/gtk+2.0-2.24.10/gtk/gtkiconfactory.c:1469
  55. #13 find_and_render_icon_source (detail=<optimized out>, widget=<optimized out>, size=<optimized out>, state=<optimized out>, direction=<optimized out>, style=<optimized out>, icon_set=<optimized out>) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkiconfactory.c:1547
  56. #14 IA__gtk_icon_set_render_icon (icon_set=0x7fffdc133880, style=0x7fffe856b800, direction=GTK_TEXT_DIR_LTR, state=GTK_STATE_INSENSITIVE, size=GTK_ICON_SIZE_LARGE_TOOLBAR, widget=0x7fffdeec4ab0, detail=0x0) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkiconfactory.c:1655
  57. #15 0x00007ffff43fb38a in nsIconChannel::Init (this=0x7fffdc133860, aURI=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/image/decoders/icon/gtk/nsIconChannel.cpp:651
  58. #16 0x00007ffff43fa14c in nsIconProtocolHandler::NewChannel (this=<optimized out>, url=<optimized out>, result=0x7fffffff89c0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/image/decoders/icon/nsIconProtocolHandler.cpp:115
  59. #17 0x00007ffff3b8190e in nsIOService::NewChannelFromURIWithProxyFlags (this=0x7ffff6c22990, aURI=0x7fffdc2fb400, aProxyURI=<optimized out>, proxyFlags=0, result=0x7fffffff89c0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/netwerk/base/src/nsIOService.cpp:682
  60. #18 0x00007ffff3b7e6bb in NS_NewChannel (result=0x7fffffff8c18, uri=0x7fffdc2fb400, ioService=0x7ffff6c22990, loadGroup=0x0, callbacks=0x7fffdebabc60, loadFlags=0, channelPolicy=0x0) at ../../../dist/include/nsNetUtil.h:226
  61. #19 0x00007ffff3c709c5 in NewImageChannel (aResult=0x7fffffff8c18, aForcePrincipalCheckForCacheEntry=0x7fffffff8c67, aURI=0x7fffdc2fb400, aInitialDocumentURI=0x7fffdeeb8040, aReferringURI=0x7fffdd24d5c0, aLoadGroup=<optimized out>, aAcceptHeader=..., aLoadFlags=0, aPolicy=0x0,
  62.     aLoadingPrincipal=0x7fffdd99d4c0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/image/src/imgLoader.cpp:530
  63. #20 0x00007ffff3c74d8f in imgLoader::LoadImage (this=0x7fffe446c330, aURI=0x7fffdc2fb400, aInitialDocumentURI=0x7fffdeeb8040, aReferrerURI=0x7fffdd24d5c0, aLoadingPrincipal=0x7fffdd99d4c0, aLoadGroup=0x7fffdd95c6c0, aObserver=0x0, aCX=0x7fffdebb3800, aLoadFlags=0, aRequest=
  64.     0x0, aPolicy=0x0, _retval=0x7fffdc13bea8, aCacheKey=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/image/src/imgLoader.cpp:1681
  65. #21 0x00007ffff3e05d84 in nsContentUtils::LoadImage (aURI=0x7fffdc2fb400, aLoadingDocument=0x7fffdebb3800, aLoadingPrincipal=0x7fffdd99d4c0, aReferrer=0x7fffdd24d5c0, aObserver=0x0, aLoadFlags=0, aRequest=0x7fffdc13bea8)
  66.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/base/src/nsContentUtils.cpp:2401
  67. #22 0x00007ffff3d6e9ce in nsCSSValue::Image::Image (this=0x7fffdc13be80, aURI=0x7fffdc2fb400, aString=<optimized out>, aReferrer=0x7fffdd24d5c0, aOriginPrincipal=0x7fffdd99d4c0, aDocument=0x7fffdebb3800)
  68.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsCSSValue.cpp:1427
  69. #23 0x00007ffff3d6f132 in nsCSSValue::StartImageLoad (this=0x7fffdd2ea8b0, aDocument=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsCSSValue.cpp:600
  70. #24 0x00007ffff3d4baa5 in nsCSSCompressedDataBlock::MapRuleInfoInto (this=<optimized out>, aRuleData=0x7fffffff9068) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsCSSDataBlock.cpp:179
  71. #25 0x00007ffff3d82dcf in nsRuleNode::WalkRuleTree (this=0x7fffdc12e0e8, aSID=eStyleStruct_List, aContext=0x7fffdc2dbe10) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsRuleNode.cpp:1853
  72. #26 0x00007ffff3d8d07b in nsRuleNode::GetStyleData (this=0x7fffdc12e0e8, aSID=eStyleStruct_List, aContext=<optimized out>, aComputeData=true) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsRuleNode.cpp:6923
  73. #27 0x00007ffff3d82fa9 in nsRuleNode::WalkRuleTree (this=0x7fffdc12ea08, aSID=eStyleStruct_List, aContext=0x7fffdc12ea50) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsRuleNode.cpp:1944
  74. #28 0x00007ffff3d84f53 in nsRuleNode::GetStyleList (this=0x7fffdc12ea08, aContext=<optimized out>, aComputeData=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/style/nsStyleStructList.h:84
  75. #29 0x00007ffff3dc93f7 in DoGetStyleList (aComputeData=true, this=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/../../../style/nsStyleStructList.h:84
  76. #30 GetStyleList (this=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/../../../style/nsStyleStructList.h:84
  77. #31 GetStyleList (this=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/../../../style/nsStyleStructList.h:84
  78. #32 nsImageBoxFrame::DidSetStyleContext (this=0x7fffdc12f050, aOldStyleContext=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/nsImageBoxFrame.cpp:415
  79. #33 0x00007ffff3d07ee7 in nsFrame::Init (this=0x7fffdc12f050, aContent=<optimized out>, aParent=<optimized out>, aPrevInFlow=0x0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/generic/nsFrame.cpp:465
  80. #34 0x00007ffff3dc9fad in nsLeafBoxFrame::Init (this=0x7fffdc12f050, aContent=<optimized out>, aParent=<optimized out>, aPrevInFlow=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/nsLeafBoxFrame.cpp:95
  81. #35 0x00007ffff3dc97f2 in nsImageBoxFrame::Init (this=0x7fffdc12f050, aContent=0x7fffdc11b5e0, aParent=0x7fffdc12e700, aPrevInFlow=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/xul/base/src/nsImageBoxFrame.cpp:229
  82. #36 0x00007ffff3c96595 in nsCSSFrameConstructor::InitAndRestoreFrame (this=0x7fffdd242800, aState=..., aContent=<optimized out>, aParentFrame=<optimized out>, aPrevInFlow=0x0, aNewFrame=0x7fffdc12f050, aAllowCounters=true)
  83.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:4510
  84. #37 0x00007ffff3c96689 in nsCSSFrameConstructor::InitAndRestoreFrame (this=<optimized out>, aState=..., aContent=<optimized out>, aParentFrame=<optimized out>, aNewFrame=<optimized out>, aAllowCounters=<optimized out>, aPrevInFlow=0x0)
  85.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:4506
  86. #38 0x00007ffff3c9d08f in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc12e700, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3727
  87. #39 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc12e700, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  88. #40 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc12e700, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  89. #41 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd102590, aStyleContext=<optimized out>, aFrame=0x7fffdc12e700, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false,
  90.     aPendingBinding=0x7fffdc1336a0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  91. #42 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc2dbc30, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  92. #43 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc2dbc30, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  93. #44 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc2dbc30, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  94. #45 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd102500, aStyleContext=<optimized out>, aFrame=0x7fffdc2dbc30, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false, aPendingBinding=0x0)
  95.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  96. #46 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc2da470, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  97. #47 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc2da470, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  98. #48 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc2da470, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  99. #49 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd102470, aStyleContext=<optimized out>, aFrame=0x7fffdc2da470, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false,
  100.     aPendingBinding=0x7fffdc6d49a0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  101. #50 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc292a60, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  102. #51 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc292a60, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  103. #52 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc292a60, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  104. #53 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd10b940, aStyleContext=<optimized out>, aFrame=0x7fffdc292a60, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false,
  105.     aPendingBinding=0x7fffdc6d4960) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  106. #54 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc291d98, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  107. #55 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc291d98, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  108. #56 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc291d98, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  109. #57 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd10b8b0, aStyleContext=<optimized out>, aFrame=0x7fffdc291d98, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false, aPendingBinding=0x0)
  110.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  111. #58 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdc291bf8, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  112. #59 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdc291bf8, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  113. #60 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdc291bf8, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  114. #61 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd10b820, aStyleContext=<optimized out>, aFrame=0x7fffdc291bf8, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false,
  115.     aPendingBinding=0x7fffdc6c27e0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  116. #62 0x00007ffff3c9ce74 in nsCSSFrameConstructor::ConstructFrameFromItemInternal (this=0x7fffdd242800, aItem=..., aState=..., aParentFrame=0x7fffdd9ef4f0, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:3778
  117. #63 0x00007ffff3c9d22a in nsCSSFrameConstructor::ConstructFramesFromItem (this=0x7fffdd242800, aState=..., aIter=..., aParentFrame=0x7fffdd9ef4f0, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:5490
  118. #64 0x00007ffff3c9d2c0 in nsCSSFrameConstructor::ConstructFramesFromItemList (this=0x7fffdd242800, aState=..., aItems=..., aParentFrame=0x7fffdd9ef4f0, aFrameItems=...) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9505
  119. #65 0x00007ffff3c9c94c in nsCSSFrameConstructor::ProcessChildren (this=0x7fffdd242800, aState=..., aContent=0x7fffdd99d670, aStyleContext=<optimized out>, aFrame=0x7fffdd9ef4f0, aCanHaveGeneratedContent=true, aFrameItems=..., aAllowBlockStyles=false, aPendingBinding=0x0)
  120.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:9645
  121. #66 0x00007ffff3ca0e20 in nsCSSFrameConstructor::ConstructDocElementFrame (this=0x7fffdd242800, aDocElement=0x7fffdd99d670, aFrameState=<optimized out>, aNewFrame=0x7fffffffb358) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:2517
  122. #67 0x00007ffff3ca0f7a in nsCSSFrameConstructor::ContentRangeInserted (this=0x7fffdd242800, aContainer=0x0, aStartChild=0x7fffdd99d670, aEndChild=0x0, aFrameState=0x0, aAllowLazyConstruction=false)
  123.     at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsCSSFrameConstructor.cpp:6914
  124. #68 0x00007ffff3cd4ea9 in InitialReflow (aHeight=60, aWidth=<optimized out>, this=0x7fffdd242400) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsPresShell.cpp:1974
  125. #69 PresShell::InitialReflow (this=0x7fffdd242400, aWidth=<optimized out>, aHeight=60) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/layout/base/nsPresShell.cpp:1905
  126. #70 0x00007ffff3f8b1cd in nsXULDocument::StartLayout (this=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/xul/document/src/nsXULDocument.cpp:2026
  127. #71 0x00007ffff3f8d61e in nsXULDocument::DoneWalking (this=0x7fffdebb3800) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/xul/document/src/nsXULDocument.cpp:3165
  128. #72 0x00007ffff3f8df8c in nsXULDocument::ResumeWalk (this=0x7fffdebb3800) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/xul/document/src/nsXULDocument.cpp:3114
  129. #73 0x00007ffff3f8a43f in nsXULDocument::EndLoad (this=0x7fffdebb3800) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/xul/document/src/nsXULDocument.cpp:636
  130. #74 0x00007ffff3f84f73 in XULContentSinkImpl::DidBuildModel (this=0x7fffdd157d80, aTerminated=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/content/xul/document/src/nsXULContentSink.cpp:277
  131. #75 0x00007ffff3c4ec6a in DidBuildModel (anErrorCode=<optimized out>, this=0x7fffdd9a7880) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/parser/htmlparser/src/nsParser.cpp:1524
  132. #76 nsParser::DidBuildModel (this=0x7fffdd9a7880, anErrorCode=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/parser/htmlparser/src/nsParser.cpp:1513
  133. #77 0x00007ffff3c4ee84 in nsParser::ResumeParse (this=0x7fffdd9a7880, allowIteration=true, aIsFinalChunk=true, aCanInterrupt=true) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/parser/htmlparser/src/nsParser.cpp:2229
  134. #78 0x00007ffff3c4e72c in nsParser::OnStopRequest (this=0x7fffdd9a7880, request=0x7fffdd26b440, aContext=0x0, status=0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/parser/htmlparser/src/nsParser.cpp:2813
  135. #79 0x00007ffff3c317be in nsJARChannel::OnStopRequest (this=0x7fffdd26b440, req=<optimized out>, ctx=<optimized out>, status=0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/modules/libjar/nsJARChannel.cpp:924
  136. #80 0x00007ffff3b80275 in nsInputStreamPump::OnStateStop (this=0x7fffdc60ab00) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/netwerk/base/src/nsInputStreamPump.cpp:580
  137. #81 0x00007ffff3b802f3 in nsInputStreamPump::OnInputStreamReady (this=0x7fffdc60ab00, stream=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/netwerk/base/src/nsInputStreamPump.cpp:405
  138. #82 0x00007ffff4503322 in nsInputStreamReadyEvent::Run (this=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/xpcom/io/nsStreamUtils.cpp:114
  139. #83 0x00007ffff4511ac1 in nsThread::ProcessNextEvent (this=0x7ffff6c21d40, mayWait=true, result=0x7fffffffb79f) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/xpcom/threads/nsThread.cpp:660
  140. #84 0x00007ffff44e6625 in NS_ProcessNextEvent_P (thread=<optimized out>, mayWait=true) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/obj-x86_64-linux-gnu/xpcom/build/nsThreadUtils.cpp:245
  141. #85 0x00007ffff4485575 in mozilla::ipc::MessagePump::Run (this=0x7ffff6cd8a80, aDelegate=0x7ffff6ccca10) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/ipc/glue/MessagePump.cpp:134
  142. #86 0x00007ffff452fcbf in RunHandler (this=0x7ffff6ccca10) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/ipc/chromium/src/base/message_loop.cc:201
  143. #87 MessageLoop::Run (this=0x7ffff6ccca10) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/ipc/chromium/src/base/message_loop.cc:175
  144. #88 0x00007ffff43e8bca in nsBaseAppShell::Run (this=0x7fffe85cf5c0) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/widget/src/xpwidgets/nsBaseAppShell.cpp:189
  145. #89 0x00007ffff42bc68a in nsAppStartup::Run (this=0x7fffe85dc060) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/toolkit/components/startup/nsAppStartup.cpp:220
  146. #90 0x00007ffff3b6387a in XRE_main (argc=<optimized out>, argv=<optimized out>, aAppData=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/toolkit/xre/nsAppRunner.cpp:3519
  147. #91 0x0000555555556161 in do_main (argv=0x7fffffffe2a8, argc=2, exePath=0x7fffffffc188 "/usr/lib/firefox/") at /build/buildd/firefox-11.0+build1/build-tree/mozilla/browser/app/nsBrowserApp.cpp:205
  148. #92 main (argc=<optimized out>, argv=<optimized out>) at /build/buildd/firefox-11.0+build1/build-tree/mozilla/browser/app/nsBrowserApp.cpp:295
  149. (gdb)
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top