bugAVR Downloader/UploaDEr - Bugs: bug #41292, Crash when uploading with JTAGICE3...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #41292: Crash when uploading with JTAGICE3 [through USB 1.1]

Submitter:  None
Submitted:  Tue 21 Jan 2014 05:20:30 PM UTC
   
 
Category:  None Severity:  2 - Minor
Priority:  3 - Low Item Group:  None
Status:  Ready For Test Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Guyzmo
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  None Programmer hardware: 
Device type: 

Jump to the original submission

Sun 21 Feb 2016 09:42:50 PM UTC, comment #10: 

Please try AVRDUDE 6.3.  It implements fragmentation.

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 12 Mar 2014 09:00:11 PM UTC, comment #9: 

This appears to be a problem when connecting the JTAGICE3 (with
the pre-EDBG firmware) through USB 1.1.  Previously, this
didn't work at all, and there are probably also bugs in
AVRDUDE even for firmware versions where it appears to work.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 27 Feb 2014 02:52:42 PM UTC, comment #8: 

Trying to see whether it will accept the compressed coredump.

(file #30719)

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 27 Feb 2014 02:36:28 PM UTC, comment #7: 

the core file is only 4MB, but savannah refuses to take it so I posted it over there:

    http://m0g.net/avrdude.core

(and I tried 4 times, and savannah give me no errors!)

Guyzmo <guyzmo>
Thu 27 Feb 2014 02:28:36 PM UTC, comment #6: 

Actually, I still don't know how to make that bug reproduceable, but here is some more context:

It's working well for sometime, I upload using the JTAG ICE 3 on two projects (targets being Atmega32u4 and Atmega2560 using ICSP) (as a broad guess, I'm doing about 20/30 uploads a day).

It always work perfectly fine for the Atmega32u4 target, then at some point it fails to work with the Atmega2560 target. And there's nothing I can do to make it work again, though the Atmega32u4 gets still flashed perfectly fine.

I don't remember whether once it begins to crash, I can run avrdude -t or not. I'll have to check that next time this happen.

So please, given the core file and the executable, It'd be really cool to find out what's wrong and point me what would be the useful next steps next time this happen. Sadly, I usually can't keep the flasher in a non-working state for long, as I need it to get on with my work.

N.B.: From time to time, after lots of resets, the atmega32u4 make Xorg crash (I think it's because Xorg sees it as a Mouse, which I still fail to prevent), but I don't think both bugs are related.

Guyzmo <guyzmo>
Thu 27 Feb 2014 02:16:26 PM UTC, comment #5: 


> > the only way I finally found to solve the issue, is to
> > restart my computer...
> This is kinda strange.


Because of that, I really feel this is not necessarily a bug
of avrdude itself, but a bug upstream, somewhere in the USB
libraries or the kernel drivers. So if we could find where
does that come from, I could make a bug report where it needs.

> > and I also got a core file to share
> Please share, together with the executable. I assume the
> source code is stock version 6.0.1? If you have locally
> modified it, please also submit the source code.


    avrdude: Version 6.0.1, compiled on Dec 10 2013 at 16:49:18
             Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
             Copyright (c) 2007-2009 Joerg Wunsch


> I am not able to reproduce this in any way myself, so debugging
> your executable and core file is the only way to get a grip at


I actually thought I had uploaded the core file... I actually
somehow find the savannah bug report interface slightly unergonomic
to use.. Anyway, I'm uploading core and executable.

(file #30718)

Guyzmo <guyzmo>
Thu 27 Feb 2014 02:06:25 PM UTC, comment #4: 


> the only way I finally found to solve the issue, is to
> restart my computer...


This is kinda strange.

> and I also got a core file to share


Please share, together with the executable.  I assume the
source code is stock version 6.0.1?  If you have locally
modified it, please also submit the source code.

I am not able to reproduce this in any way myself, so debugging
your executable and core file is the only way to get a grip at
it.

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 24 Feb 2014 11:49:08 AM UTC, comment #3: 

the only way I finally found to solve the issue, is to restart my computer...

Guyzmo <guyzmo>
Mon 24 Feb 2014 11:46:52 AM UTC, comment #2: 

Ok, this time I ran avrdude in gdb, and showed the backtrace, and I also got a core file to share:

Starting program: /usr/local/bin/avrdude -D -C /usr/local/etc/avrdude.conf  -p atmega2560 -P usb -c jtag3isp -b 250000 -B0.1 -e -U flash:w:applet/Marlin.hex
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.19s

avrdude: Device signature = 0x1e9801
avrdude: erasing chip
avrdude: reading input file "applet/Marlin.hex"
avrdude: input file applet/Marlin.hex auto detected as Intel Hex
avrdude: writing flash (118782 bytes):

Writing | ################################################## | 100% 11.58s

avrdude: 118782 bytes of flash written
avrdude: verifying flash memory against applet/Marlin.hex:
avrdude: load data flash data from input file applet/Marlin.hex:
avrdude: input file applet/Marlin.hex auto detected as Intel Hex
avrdude: input file applet/Marlin.hex contains 118782 bytes
avrdude: reading on-chip flash data:

Reading |                                                    | 0% 0.00s*** glibc detected * /usr/local/bin/avrdude: free(): invalid next size (fast): 0x0000000000915080 *
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x76d76)[0x7ffff69acd76]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7ffff69b1b1c]
/usr/local/bin/avrdude[0x410957]
/usr/local/bin/avrdude[0x411ddf]
/usr/local/bin/avrdude[0x4122f9]
/usr/local/bin/avrdude[0x4130a5]
/usr/local/bin/avrdude[0x4090b7]
/usr/local/bin/avrdude[0x41be2e]
/usr/local/bin/avrdude[0x404bf2]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7ffff6954ead]
/usr/local/bin/avrdude[0x405659]
======= Memory map: ========
00400000-00461000 r-xp 00000000 08:02 24511709                           /usr/local/bin/avrdude
00661000-00662000 rw-p 00061000 08:02 24511709                           /usr/local/bin/avrdude
00662000-00941000 rw-p 00000000 00:00 0                                  [heap]
7ffff0000000-7ffff0021000 rw-p 00000000 00:00 0
7ffff0021000-7ffff4000000 ---p 00000000 00:00 0
7ffff6314000-7ffff6329000 r-xp 00000000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7ffff6329000-7ffff6529000 ---p 00015000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7ffff6529000-7ffff652a000 rw-p 00015000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7ffff652a000-7ffff652c000 r-xp 00000000 08:02 12456707                   /lib/x86_64-linux-gnu/libdl-2.13.so
7ffff652c000-7ffff672c000 ---p 00002000 08:02 12456707                   /lib/x86_64-linux-gnu/libdl-2.13.so
7ffff672c000-7ffff672d000 r--p 00002000 08:02 12456707                   /lib/x86_64-linux-gnu/libdl-2.13.so
7ffff672d000-7ffff672e000 rw-p 00003000 08:02 12456707                   /lib/x86_64-linux-gnu/libdl-2.13.so
7ffff672e000-7ffff6735000 r-xp 00000000 08:02 12456741                   /lib/x86_64-linux-gnu/librt-2.13.so
7ffff6735000-7ffff6934000 ---p 00007000 08:02 12456741                   /lib/x86_64-linux-gnu/librt-2.13.so
7ffff6934000-7ffff6935000 r--p 00006000 08:02 12456741                   /lib/x86_64-linux-gnu/librt-2.13.so
7ffff6935000-7ffff6936000 rw-p 00007000 08:02 12456741                   /lib/x86_64-linux-gnu/librt-2.13.so
7ffff6936000-7ffff6ab8000 r-xp 00000000 08:02 12455328                   /lib/x86_64-linux-gnu/libc-2.13.so
7ffff6ab8000-7ffff6cb7000 ---p 00182000 08:02 12455328                   /lib/x86_64-linux-gnu/libc-2.13.so
7ffff6cb7000-7ffff6cbb000 r--p 00181000 08:02 12455328                   /lib/x86_64-linux-gnu/libc-2.13.so
7ffff6cbb000-7ffff6cbc000 rw-p 00185000 08:02 12455328                   /lib/x86_64-linux-gnu/libc-2.13.so
7ffff6cbc000-7ffff6cc1000 rw-p 00000000 00:00 0
7ffff6cc1000-7ffff6ce6000 r-xp 00000000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7ffff6ce6000-7ffff6ee5000 ---p 00025000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7ffff6ee5000-7ffff6ee9000 r--p 00024000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7ffff6ee9000-7ffff6eea000 rw-p 00028000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7ffff6eea000-7ffff6f0b000 r-xp 00000000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
7ffff6f0b000-7ffff710a000 ---p 00021000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
7ffff710a000-7ffff710b000 r--p 00020000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
7ffff710b000-7ffff710c000 rw-p 00021000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
7ffff710c000-7ffff718d000 r-xp 00000000 08:02 12455906                   /lib/x86_64-linux-gnu/libm-2.13.so
7ffff718d000-7ffff738c000 ---p 00081000 08:02 12455906                   /lib/x86_64-linux-gnu/libm-2.13.so
7ffff738c000-7ffff738d000 r--p 00080000 08:02 12455906                   /lib/x86_64-linux-gnu/libm-2.13.so
7ffff738d000-7ffff738e000 rw-p 00081000 08:02 12455906                   /lib/x86_64-linux-gnu/libm-2.13.so
7ffff738e000-7ffff73a5000 r-xp 00000000 08:02 12456738                   /lib/x86_64-linux-gnu/libpthread-2.13.so
7ffff73a5000-7ffff75a4000 ---p 00017000 08:02 12456738                   /lib/x86_64-linux-gnu/libpthread-2.13.so
7ffff75a4000-7ffff75a5000 r--p 00016000 08:02 12456738                   /lib/x86_64-linux-gnu/libpthread-2.13.so
7ffff75a5000-7ffff75a6000 rw-p 00017000 08:02 12456738                   /lib/x86_64-linux-gnu/libpthread-2.13.so
7ffff75a6000-7ffff75aa000 rw-p 00000000 00:00 0
7ffff75aa000-7ffff75be000 r-xp 00000000 08:02 24390649                   /usr/lib/libelf-0.152.so
7ffff75be000-7ffff77bd000 ---p 00014000 08:02 24390649                   /usr/lib/libelf-0.152.so
7ffff77bd000-7ffff77be000 r--p 00013000 08:02 24390649                   /usr/lib/libelf-0.152.so
7ffff77be000-7ffff77bf000 rw-p 00014000 08:02 24390649                   /usr/lib/libelf-0.152.so
7ffff77bf000-7ffff77c6000 r-xp 00000000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
7ffff77c6000-7ffff79c5000 ---p 00007000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
7ffff79c5000-7ffff79c6000 rw-p 00006000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
7ffff79c6000-7ffff79cd000 r-xp 00000000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
7ffff79cd000-7ffff7bcc000 ---p 00007000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
7ffff7bcc000-7ffff7bcd000 r--p 00006000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
7ffff7bcd000-7ffff7bce000 rw-p 00007000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
7ffff7bce000-7ffff7bcf000 rw-p 00000000 00:00 0
7ffff7bcf000-7ffff7bdc000 r-xp 00000000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
7ffff7bdc000-7ffff7ddb000 ---p 0000d000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
7ffff7ddb000-7ffff7ddc000 r--p 0000c000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
7ffff7ddc000-7ffff7ddd000 rw-p 0000d000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
7ffff7ddd000-7ffff7dfd000 r-xp 00000000 08:02 12456746                   /lib/x86_64-linux-gnu/ld-2.13.so
7ffff7ece000-7ffff7fd9000 rw-p 00000000 00:00 0
7ffff7ff9000-7ffff7ffb000 rw-p 00000000 00:00 0
7ffff7ffb000-7ffff7ffc000 r-xp 00000000 00:00 0                          [vdso]
7ffff7ffc000-7ffff7ffd000 r--p 0001f000 08:02 12456746                   /lib/x86_64-linux-gnu/ld-2.13.so
7ffff7ffd000-7ffff7ffe000 rw-p 00020000 08:02 12456746                   /lib/x86_64-linux-gnu/ld-2.13.so
7ffff7ffe000-7ffff7fff000 rw-p 00000000 00:00 0
7ffffffde000-7ffffffff000 rw-p 00000000 00:00 0                          [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Program received signal SIGABRT, Aborted.
0x00007ffff6968475 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) BT
#0  0x00007ffff6968475 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff696b6f0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff69a352b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff69acd76 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x00007ffff69b1b1c in free () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x0000000000410957 in stk500v2_jtag3_recv (pgm=<optimized out>, msg=msg@entry=0x7fffffffc030 "\024", maxsize=maxsize@entry=275) at stk500v2.c:619
#6  0x0000000000411ddf in stk500v2_recv (pgm=0x7072d0, msg=0x7fffffffc030 "\024", maxsize=275) at stk500v2.c:640
#7  0x00000000004122f9 in stk500v2_command (pgm=pgm@entry=0x7072d0, buf=buf@entry=0x7fffffffc030 "\024", len=len@entry=4, maxlen=maxlen@entry=275)
    at stk500v2.c:838
#8  0x00000000004130a5 in stk500v2_paged_load (pgm=0x7072d0, p=<optimized out>, m=0x8309d0, page_size=256, addr=0, n_bytes=256) at stk500v2.c:2570
#9  0x00000000004090b7 in avr_read (pgm=pgm@entry=0x7072d0, p=p@entry=0x82eb80, memtype=0x668480 "flash", v=v@entry=0x90f0f0) at avr.c:412
#10 0x000000000041be2e in do_op (pgm=0x7072d0, p=p@entry=0x82eb80, upd=0x668450, flags=flags@entry=UF_NONE) at update.c:348
#11 0x0000000000404bf2 in main (argc=<optimized out>, argv=<optimized out>) at main.c:1217


Guyzmo <guyzmo>
Tue 21 Jan 2014 07:37:16 PM UTC, comment #1: 

Too bad you don't have more traces.

Since none of us can reproduce it, I'll keep it open, but with
a low priority.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 21 Jan 2014 05:20:30 PM UTC, original submission:  

<p>
Starting from yesterday, when I try to flash my custom Atmega2560 board using the JTAG ICE 3
on the ICSP/ISP header, I'm getting the following error, and the flasher is stuck with the
"flashing status" led on (core dump attached).
</p>
<p>
It was working perfectly fine before I had an issue with the cable from the flasher to the
ICSP header, that I changed. Since I changed that cable, it is working fine on other boards
(Atmega32u4 based).
</p>
<pre>
    % /usr/local/bin/avrdude -D -C /usr/local/etc/avrdude.conf  -p atmega2560 -P usb -c jtag3isp -b 250000 -B0.3 -e -U flash:w:applet/Marlin.hex


    avrdude: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.19s

    avrdude: Device signature = 0x1e9801
    avrdude: erasing chip
    avrdude: reading input file "applet/Marlin.hex"
    avrdude: input file applet/Marlin.hex auto detected as Intel Hex
    avrdude: writing flash (114316 bytes):

    Writing | ################################################## | 100% 11.17s

    avrdude: 114316 bytes of flash written
    avrdude: verifying flash memory against applet/Marlin.hex:
    avrdude: load data flash data from input file applet/Marlin.hex:
    avrdude: input file applet/Marlin.hex auto detected as Intel Hex
    avrdude: input file applet/Marlin.hex contains 114316 bytes
    avrdude: reading on-chip flash data:

    Reading |                                                    | 0% 0.00s*** glibc detected * /usr/local/bin/avrdude: free(): invalid next size (fast): 0x0000000000fe8080 *
    ======= Backtrace: =========
    /lib/x86_64-linux-gnu/libc.so.6(+0x76d76)[0x7f35a0dacd76]
    /lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7f35a0db1aac]
    /usr/local/bin/avrdude[0x410957]
    /usr/local/bin/avrdude[0x411ddf]
    /usr/local/bin/avrdude[0x4122f9]
    /usr/local/bin/avrdude[0x4130a5]
    /usr/local/bin/avrdude[0x4090b7]
    /usr/local/bin/avrdude[0x41be2e]
    /usr/local/bin/avrdude[0x404bf2]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7f35a0d54ead]
    /usr/local/bin/avrdude[0x405659]
    ======= Memory map: ========
    00400000-00461000 r-xp 00000000 08:02 24511709                           /usr/local/bin/avrdude
    00661000-00662000 rw-p 00061000 08:02 24511709                           /usr/local/bin/avrdude
    00662000-00668000 rw-p 00000000 00:00 0
    00d3b000-01013000 rw-p 00000000 00:00 0                                  [heap]
    7f359c000000-7f359c021000 rw-p 00000000 00:00 0
    7f359c021000-7f35a0000000 ---p 00000000 00:00 0
    7f35a0714000-7f35a0729000 r-xp 00000000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
    7f35a0729000-7f35a0929000 ---p 00015000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
    7f35a0929000-7f35a092a000 rw-p 00015000 08:02 12451882                   /lib/x86_64-linux-gnu/libgcc_s.so.1
    7f35a092a000-7f35a092c000 r-xp 00000000 08:02 12451866                   /lib/x86_64-linux-gnu/libdl-2.13.so
    7f35a092c000-7f35a0b2c000 ---p 00002000 08:02 12451866                   /lib/x86_64-linux-gnu/libdl-2.13.so
    7f35a0b2c000-7f35a0b2d000 r--p 00002000 08:02 12451866                   /lib/x86_64-linux-gnu/libdl-2.13.so
    7f35a0b2d000-7f35a0b2e000 rw-p 00003000 08:02 12451866                   /lib/x86_64-linux-gnu/libdl-2.13.so
    7f35a0b2e000-7f35a0b35000 r-xp 00000000 08:02 12451868                   /lib/x86_64-linux-gnu/librt-2.13.so
    7f35a0b35000-7f35a0d34000 ---p 00007000 08:02 12451868                   /lib/x86_64-linux-gnu/librt-2.13.so
    7f35a0d34000-7f35a0d35000 r--p 00006000 08:02 12451868                   /lib/x86_64-linux-gnu/librt-2.13.so
    7f35a0d35000-7f35a0d36000 rw-p 00007000 08:02 12451868                   /lib/x86_64-linux-gnu/librt-2.13.so
    7f35a0d36000-7f35a0eb6000 r-xp 00000000 08:02 12451873                   /lib/x86_64-linux-gnu/libc-2.13.so
    7f35a0eb6000-7f35a10b6000 ---p 00180000 08:02 12451873                   /lib/x86_64-linux-gnu/libc-2.13.so
    7f35a10b6000-7f35a10ba000 r--p 00180000 08:02 12451873                   /lib/x86_64-linux-gnu/libc-2.13.so
    7f35a10ba000-7f35a10bb000 rw-p 00184000 08:02 12451873                   /lib/x86_64-linux-gnu/libc-2.13.so
    7f35a10bb000-7f35a10c0000 rw-p 00000000 00:00 0
    7f35a10c0000-7f35a10e5000 r-xp 00000000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
    7f35a10e5000-7f35a12e4000 ---p 00025000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
    7f35a12e4000-7f35a12e8000 r--p 00024000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
    7f35a12e8000-7f35a12e9000 rw-p 00028000 08:02 12451892                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
    7f35a12e9000-7f35a130a000 r-xp 00000000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
    7f35a130a000-7f35a1509000 ---p 00021000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
    7f35a1509000-7f35a150a000 r--p 00020000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
    7f35a150a000-7f35a150b000 rw-p 00021000 08:02 12451888                   /lib/x86_64-linux-gnu/libncurses.so.5.9
    7f35a150b000-7f35a158c000 r-xp 00000000 08:02 12451870                   /lib/x86_64-linux-gnu/libm-2.13.so
    7f35a158c000-7f35a178b000 ---p 00081000 08:02 12451870                   /lib/x86_64-linux-gnu/libm-2.13.so
    7f35a178b000-7f35a178c000 r--p 00080000 08:02 12451870                   /lib/x86_64-linux-gnu/libm-2.13.so
    7f35a178c000-7f35a178d000 rw-p 00081000 08:02 12451870                   /lib/x86_64-linux-gnu/libm-2.13.so
    7f35a178d000-7f35a17a4000 r-xp 00000000 08:02 12451863                   /lib/x86_64-linux-gnu/libpthread-2.13.so
    7f35a17a4000-7f35a19a3000 ---p 00017000 08:02 12451863                   /lib/x86_64-linux-gnu/libpthread-2.13.so
    7f35a19a3000-7f35a19a4000 r--p 00016000 08:02 12451863                   /lib/x86_64-linux-gnu/libpthread-2.13.so
    7f35a19a4000-7f35a19a5000 rw-p 00017000 08:02 12451863                   /lib/x86_64-linux-gnu/libpthread-2.13.so
    7f35a19a5000-7f35a19a9000 rw-p 00000000 00:00 0
    7f35a19a9000-7f35a19bd000 r-xp 00000000 08:02 24390649                   /usr/lib/libelf-0.152.so
    7f35a19bd000-7f35a1bbc000 ---p 00014000 08:02 24390649                   /usr/lib/libelf-0.152.so
    7f35a1bbc000-7f35a1bbd000 r--p 00013000 08:02 24390649                   /usr/lib/libelf-0.152.so
    7f35a1bbd000-7f35a1bbe000 rw-p 00014000 08:02 24390649                   /usr/lib/libelf-0.152.so
    7f35a1bbe000-7f35a1bc5000 r-xp 00000000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
    7f35a1bc5000-7f35a1dc4000 ---p 00007000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
    7f35a1dc4000-7f35a1dc5000 rw-p 00006000 08:02 24424271                   /usr/lib/x86_64-linux-gnu/libftdi.so.1.20.0
    7f35a1dc5000-7f35a1dcc000 r-xp 00000000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
    7f35a1dcc000-7f35a1fcb000 ---p 00007000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
    7f35a1fcb000-7f35a1fcc000 r--p 00006000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
    7f35a1fcc000-7f35a1fcd000 rw-p 00007000 08:02 12452156                   /lib/x86_64-linux-gnu/libusb-0.1.so.4.4.4
    7f35a1fcd000-7f35a1fce000 rw-p 00000000 00:00 0
    7f35a1fce000-7f35a1fdb000 r-xp 00000000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
    7f35a1fdb000-7f35a21da000 ---p 0000d000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
    7f35a21da000-7f35a21db000 r--p 0000c000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
    7f35a21db000-7f35a21dc000 rw-p 0000d000 08:02 27398703                   /opt/microchip/mplabcomm/lib/libusb-1.0.so.0.0.0
    7f35a21dc000-7f35a21fc000 r-xp 00000000 08:02 12451876                   /lib/x86_64-linux-gnu/ld-2.13.so
    7f35a22ce000-7f35a23d9000 rw-p 00000000 00:00 0
    7f35a23f9000-7f35a23fb000 rw-p 00000000 00:00 0
    7f35a23fb000-7f35a23fc000 r--p 0001f000 08:02 12451876                   /lib/x86_64-linux-gnu/ld-2.13.so
    7f35a23fc000-7f35a23fd000 rw-p 00020000 08:02 12451876                   /lib/x86_64-linux-gnu/ld-2.13.so
    7f35a23fd000-7f35a23fe000 rw-p 00000000 00:00 0
    7fff9925b000-7fff9927c000 rw-p 00000000 00:00 0                          [stack]
    7fff9938c000-7fff9938d000 r-xp 00000000 00:00 0                          [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
    [1]    25307 abort (core dumped)  /usr/local/bin/avrdude -D -C /usr/local/etc/avrdude.conf -p atmega2560 -P usb
    % /usr/local/bin/avrdude -v

    avrdude: Version 6.0.1, compiled on Dec 10 2013 at 16:49:18
            Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
            Copyright (c) 2007-2009 Joerg Wunsch

            System wide configuration file is "/usr/local/etc/avrdude.conf"
            User configuration file is "/home/guyzmo/.avrduderc"
            User configuration file does not exist or is not a regular file, skipping


    avrdude: no programmer has been specified on the command line or the config file
            Specify a programmer using the -c option and try again

    [1]    25734 exit 1     /usr/local/bin/avrdude -v
</pre>

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #30719:  avrdude.core.bz2 added by joerg_wunsch (173KiB - application/x-bzip - compressed coredump)
file #30718:  avrdude added by guyzmo (2MiB - application/octet-stream - core file and executable)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by guyzmo (Posted a comment)
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by guyzmo
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-21 joerg_wunsch StatusNone Ready For Test
        Assigned toNone joerg_wunsch
    2014-03-12 joerg_wunsch StatusWorks For Me None
        SummaryCrash when uploading with JTAGICE3 Crash when uploading with JTAGICE3 [through USB 1.1]
    2014-02-27 joerg_wunsch Attached File- Added avrdude.core.bz2, #30719
    2014-02-27 guyzmo Attached File- Added avrdude, #30718
    2014-01-21 joerg_wunsch Severity3 - Normal 2 - Minor
        Priority5 - Normal 3 - Low
        StatusNone Works For Me
    2014-01-21 guyzmo Carbon-Copy- Added guyzmo

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code