After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 534521 - Crash on folder renaming
Crash on folder renaming
Status: RESOLVED DUPLICATE of bug 492169
Product: gthumb
Classification: Other
Component: general
2.10.x
Other All
: Normal critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2008-05-23 17:10 UTC by HP
Modified: 2008-05-23 17:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description HP 2008-05-23 17:10:19 UTC
Steps to reproduce:
1. start gthumb
2. select some folder
3. rename
4. gthumb terminates (segmentation fault)


Stack trace:


Other information:
gthumb version 2.10.6 from Ubuntu Hardy repositories
I cannot reproduce the error in a deterministic way, but it happens frequently
Even if it doesn't crash, valgrind reports lost memory:
hph@hackbrett:~$ valgrind gthumb
...
==13487== ERROR SUMMARY: 85 errors from 34 contexts (suppressed: 267 from 2)
==13487== malloc/free: in use at exit: 10,006,658 bytes in 70,791 blocks.
==13487== malloc/free: 765,748 allocs, 694,957 frees, 147,076,400 bytes allocated.
==13487== For counts of detected errors, rerun with: -v
==13487== searching for pointers to 70,791 not-freed blocks.
==13487== checked 10,847,540 bytes.
==13487== 
==13487== LEAK SUMMARY:
==13487==    definitely lost: 138,093 bytes in 4,822 blocks.
==13487==      possibly lost: 412,071 bytes in 456 blocks.
==13487==    still reachable: 9,456,494 bytes in 65,513 blocks.
==13487==         suppressed: 0 bytes in 0 blocks.
Comment 1 Michael Chudobiak 2008-05-23 17:26:27 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 492169 ***