qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] RE: [Bug 702885] Re: "Internal resource leak" error with AR


From: Wolfgang Schildbach
Subject: [Qemu-devel] RE: [Bug 702885] Re: "Internal resource leak" error with ARM NEONvmull.s32 insn
Date: Fri, 21 Jan 2011 17:17:12 -0000

Duh. I had missed the greater part of Christophe's patch (I am still
having trouble with my mail client; applying patches off the list is
manual for me).

With both patches applied, indeed the bug filed on launchpad seems
fixed. On my second test case, behaviour is much improved. Thanks much!

- Wolfgang
 
 

> -----Original Message-----
> From: address@hidden [mailto:address@hidden On 
> Behalf Of Peter Maydell
> Sent: Friday, January 21, 2011 8:01 AM
> To: Schildbach, Wolfgang
> Subject: [Bug 702885] Re: "Internal resource leak" error with 
> ARM NEONvmull.s32 insn
> 
> That binary executes OK for me with no resource leak messages with:
> qemu master as of commit b646968336
> http://patchwork.ozlabs.org/patch/79728/
> http://patchwork.ozlabs.org/patch/79581/
> 
> (i386 host.)
> 
> --
> You received this bug notification because you are a direct 
> subscriber of the bug.
> 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
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/qemu/+bug/702885/+subscribe
>

-- 
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





reply via email to

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