[Bug 389736] [NEW] the value of the register $sp xspim is readonly

2009-06-19 Thread Arton Pereira Dorneles
Public bug reported:

Binary package hint: spim

Ubuntu Version =  9.04
Spim Version = 7.4-0ubuntu1 i386
Processor = Intel(R) Core(TM)2 Duo CPU  E8500

Version 7.4 presents problems to change the value of register $sp.
The version 7.3 is working

Here is a snippet of code and the expected result:

  # The initial value of $sp = 7;
  addi $sp, $sp, 4 # After this line $sp = 70004

  li $a0, 20 # and after this line ... $sp = 7 again! There is a bug
here. The value should be 70004

I looked at the official site of the author and the last version is 7.3
who created the version 7.4?

Attached is an assembly code to reproduce the bug

** Affects: spim (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pointer register sp stack

-- 
the value of the register $sp xspim is readonly
https://bugs.launchpad.net/bugs/389736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389736] Re: the value of the register $sp xspim is readonly

2009-06-19 Thread Arton Pereira Dorneles

** Attachment added: "Assembly code"
   http://launchpadlibrarian.net/28127971/assembly.s

** Description changed:

  Binary package hint: spim
  
  Ubuntu Version =  9.04
  Spim Version = 7.4-0ubuntu1 i386
  Processor = Intel(R) Core(TM)2 Duo CPU  E8500
  
  Version 7.4 presents problems to change the value of register $sp.
  The version 7.3 is working
  
  Here is a snippet of code and the expected result:
  
# The initial value of $sp = 7;
addi $sp, $sp, 4 # After this line $sp = 70004
  
li $a0, 20 # and after this line ... $sp = 7 again! There is a bug
- here
+ here. The value should be 70004
  
  I looked at the official site of the author and the last version is 7.3
  who created the version 7.4?
  
  Attached is an assembly code to reproduce the bug

-- 
the value of the register $sp xspim is readonly
https://bugs.launchpad.net/bugs/389736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389734] [NEW] the value of the register $sp xspim is readonly

2009-06-19 Thread Arton Pereira Dorneles
Public bug reported:

Binary package hint: spim

Ubuntu Version =  9.04
Spim Version = 7.4-0ubuntu1 i386
Processor = Intel(R) Core(TM)2 Duo CPU  E8500

Version 7.4 presents problems to change the value of register $sp.
The version 7.3 is working

Here is a snippet of code and the expected result:

  # The initial value of $sp = 7;
  addi $sp, $sp, 4 # After this line $sp = 70004

  li $a0, 20 # and after this line ... $sp = 7 again! There is a bug
here

I looked at the official site of the author and the last version is 7.3
who created the version 7.4?

Attached is an assembly code to reproduce the bug

** Affects: spim (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pointer register sp stack

-- 
the value of the register $sp xspim is readonly
https://bugs.launchpad.net/bugs/389734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389734] Re: the value of the register $sp xspim is readonly

2009-06-19 Thread Arton Pereira Dorneles
*** This bug is a duplicate of bug 389736 ***
https://bugs.launchpad.net/bugs/389736

** This bug has been marked a duplicate of bug 389736
   the value of the register $sp xspim is readonly

-- 
the value of the register $sp xspim is readonly
https://bugs.launchpad.net/bugs/389734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 306087] Re: Ralink rt73usb / rt73 intrepid 8.10 -- wireless connection periodically lost

2008-12-25 Thread Arton Pereira Dorneles
I confirm. In ubuntu 8.10 this solution works!
http://wireless.kernel.org/en/users/Download#DownloadlatestLinuxwirelessdrivers
Thanks!!

-- 
Ralink rt73usb / rt73 intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291760] Re: network-manager roams to (none) ((none))

2008-12-25 Thread Arton Pereira Dorneles
Try this:
http://wireless.kernel.org/en/users/Download#DownloadlatestLinuxwirelessdrivers

-- 
network-manager roams to (none) ((none))  
https://bugs.launchpad.net/bugs/291760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-12-25 Thread Arton Pereira Dorneles
This solution:
http://wireless.kernel.org/en/users/Download#DownloadlatestLinuxwirelessdrivers
work greats in ubuntu 8.10. Thanks!

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I had the same problem. But only happens when the MP3 audio codec is
selected. With the MP2, Vorbis and PCM16 works. I downloaded the current
version svn and build but not worked. The problem persists in a
different way, the program hangs and dont close. I have all of mp3
codecs installed. To circumvent the problem  rec with Audio Vorbis
codec, after convert if necessary.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I am using xubuntu 8.04 LTS...

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs