https://bugs.gpodder.org/show_bug.cgi?id=1448

             Bug #: 1448
           Summary: gpo download crashes with double free or corruption
                    diagnostic.
    Classification: Unclassified
           Product: gPodder
           Version: 2.14
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created attachment 657
  --> https://bugs.gpodder.org/attachment.cgi?id=657
log from gpo execution

The command 'gpo download' aborts with a diagnostic that begins with:
...
Downloading Talking turkey with a former Butterball crisis pro           [
99%]
Downloading Talking turkey with a former Butterball crisis pro          
[100%]
Downloading Talking turkey with a former Butterball crisis pro          
[100%]
Downloading Talking turkey with a former Butterball crisis pro          
[100%]
Downloading Talking turkey with a former Butterball crisis pro          
[100%]*** glibc detected *** /usr/bin/python: double free or
corruption (!prev): 0x0000000001a8ca10 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x78a8f)[0x7fc83e550a8f]
/lib/x86_64-linux-gnu/libc.so.6(+0x7b1bb)[0x7fc83e5531bb]
/lib/x86_64-linux-gnu/libc.so.6(realloc+0xf9)[0x7fc83e554b19]
...

On subsequent execution the files are downloaded without difficulty. As a
temporary work around I have modified my script (run from cron) to execute gpo
multiple times:
=========================================================
#!/bin/sh
# /usr/bin/gpodder --run
/usr/bin/gpo update
/usr/bin/gpo update
/usr/bin/gpo update
/usr/bin/gpo download
/usr/bin/gpo download
/usr/bin/gpo download
=========================================================

The problem does not occur every day. The log from today's run is attached.

System is Ubuntu 11.04 X86_64 Desktop. Python version is:
hbarta@cypress:~$ python --version
Python 2.7.1+
hbarta@cypress:~$

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to