simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [bug #25666] Segmentation fault with reading invalid ad


From: Dmitry Xmelkov
Subject: [Simulavr-devel] [bug #25666] Segmentation fault with reading invalid address of SRAM
Date: Sun, 22 Feb 2009 00:24:21 +0000
User-agent:

URL:
  <http://savannah.nongnu.org/bugs/?25666>

                 Summary: Segmentation fault with reading invalid address of
SRAM
                 Project: Simulavr: an AVR simulator
            Submitted by: dmix
            Submitted on: Вск 22 Фев 2009 00:24:19
                Category: Simulation
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The next program aborts the CVS simulavr:

        .text
        lds     r0, 0xffff
1:      rjmp    1b

The script to reproduce is:
   avr-as -o memout.elf memout.s
   avr-objcopy -O binary memout.elf memout.bin
   simulavr -d at90s2313 -B 4 memout.bin
where 'memout.s' is the above program.

Note, the simulavr-0.1.2.1 is correct.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25666>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]