All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 702885] [NEW] "Internal resource leak" error with ARM NEON vmull.s32 insn
@ 2011-01-14 14:21 Wolfgang Schildbach
  2011-01-19 12:42 ` [Qemu-devel] [Bug 702885] " Wolfgang Schildbach
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Wolfgang Schildbach @ 2011-01-14 14:21 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

This bug occurs in qemu, commit 78a59470e6bbc6e16dc4033767492649c1ae4cfd
(most recent as of 01/14/2011).

Compile, assemble, and link the code below, with the ARM tools. (I use
ARM C/C++ Compiler, 4.1 [Build 462]).

armasm --cpu Cortex-A8 --licensing=flex foo.s
armcc --cpu Cortex-A8 --licensing=flex -o main -L--sysv main.c foo.o

Execute on qemu-arm and observe an "Internal resource leak" message.

> qemu-arm main
Internal resource leak before 0000818c

- Wolfgang

main.c:
int main(void)
{
  void foofunc(void);
  foofunc();

  return 0 ;
}


foo.s:
    ARM
    REQUIRE8
    PRESERVE8
    AREA code, CODE, READONLY, ALIGN=2
   
foofunc PROC
    VMULL.S32 q1, d2, d4
    MOV     pc, lr

    ENDP
      
    EXPORT foofunc [CODE]
    END

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/702885

Title:
  "Internal resource leak" error with ARM NEON vmull.s32 insn

Status in QEMU:
  New

Bug description:
  This bug occurs in qemu, commit
  78a59470e6bbc6e16dc4033767492649c1ae4cfd (most recent as of
  01/14/2011).

  Compile, assemble, and link the code below, with the ARM tools. (I use
  ARM C/C++ Compiler, 4.1 [Build 462]).

  armasm --cpu Cortex-A8 --licensing=flex foo.s
  armcc --cpu Cortex-A8 --licensing=flex -o main -L--sysv main.c foo.o

  Execute on qemu-arm and observe an "Internal resource leak" message.

  > qemu-arm main
  Internal resource leak before 0000818c

  - Wolfgang

  main.c:
  int main(void)
  {
    void foofunc(void);
    foofunc();

    return 0 ;
  }

  
  foo.s:
      ARM
      REQUIRE8
      PRESERVE8
      AREA code, CODE, READONLY, ALIGN=2
     
  foofunc PROC
      VMULL.S32 q1, d2, d4
      MOV     pc, lr

      ENDP
        
      EXPORT foofunc [CODE]
      END

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-02-20 17:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 14:21 [Qemu-devel] [Bug 702885] [NEW] "Internal resource leak" error with ARM NEON vmull.s32 insn Wolfgang Schildbach
2011-01-19 12:42 ` [Qemu-devel] [Bug 702885] " Wolfgang Schildbach
2011-01-19 13:16   ` Peter Maydell
2011-01-19 14:28     ` [Qemu-devel] [Bug 702885] Re: "Internal resource leak" error withARM " Schildbach, Wolfgang
2011-01-21 14:36 ` [Qemu-devel] [Bug 702885] Re: "Internal resource leak" error with ARM " Wolfgang Schildbach
2011-01-21 16:01 ` Peter Maydell
2011-01-21 17:17   ` [Qemu-devel] RE: [Bug 702885] Re: "Internal resource leak" error with ARM NEONvmull.s32 insn Wolfgang Schildbach
2011-01-26 13:59 ` [Qemu-devel] [Bug 702885] Re: "Internal resource leak" error with ARM NEON vmull.s32 insn Aurelien Jarno
2011-01-27  4:13 ` Wolfgang Schildbach
2011-02-20 17:17 ` Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.