Re: freecad: Need help with segfault problem on F24

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 21/04/16 08:00 -0500, Richard Shaw wrote:
Well it turns out -fsanitize=undefined made no difference in this case...

Here's the stacktrace:

http://paste.fedoraproject.org/358119/46124321/

allocator=0x0 is the problem there, that argument must be non-null.

It comes from:

   void operator delete(void * ptr) {
     SbHashEntry * entry = static_cast<SbHashEntry *>( ptr);
     cc_memalloc_deallocate(entry->memhandler, ptr);
   }

So the memhandler for that entry must be null.
--
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux