Summary: | crashes when importing C# project | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ygor Mutti <ygormutti> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | 2.13.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.14.2 (KDE 4.14.2) | |
Sentry Crash Report: |
Description
Ygor Mutti
2014-12-18 12:14:54 UTC
The backtrace >#8 0x00007ffaf1530e14 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7ffaf163f5a8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 >#9 0x00007ffaf153d0ee in malloc_printerr (ptr=<optimized out>, str=0x7ffaf163f748 "free(): invalid next size (fast)", action=1) at malloc.c:4996 indicates a memory corruption somewhere in members storage of class NativeClassImport, but from the backtrace only there is not enough information to get an idea where the root cause may be. Any chance to recheck a newer version of umbrello ? I tried the following public available c# sources with 2.13.3 and got crashes too https://subtext.googlecode.com/files/SubText-2.5.2.0.src.zip http://sourceforge.net/projects/nant/files/nant/0.92/nant-0.92-src.tar.gz/download but not with 2.14.2. Another option would be to provide the related sources or, if not possible, a c# test case with which the problem could be reproduced. |