Hello Paulo, On Thu, Nov 19, 2015 at 12:34:11PM -0200, Paulo wrote: > Hi, > > I have the same problem, random segfaults. > > I run icedove-dbg, this is information that I get.
thanks for the log. The remarked function is quite reworked heavily by Mozilla with version 42. The crash is happen somethere in mozilla/js/src/gc/Marking.cpp line +2209. As this is the garbage collection from the JS engine it's more difficult to debug. We would excatly need to know there the pointed address in the function (thingp=thingp@entry=0x7fffde8fdd50) was comming from, but that's now impossible. In a few days there will be come the next beta version 43, we will see if Mozilla has dome more code cleanup and rework in this part. But maybe the destroyed pointer was coming from something totaly different and we need to search in another corner. Currently we have no real clue there the crash is come from. Regards Carsten

