[Bug 163308] Re: ciso fail memory allocation on amd64

Michael Casadevall sonicmctails at gmail.com
Wed Dec 10 14:10:46 UTC 2008


This bug appears to exist in everything great than feisty. I've
nominated them for release, and I'm currently sponsoring the fixed
packages into jaunty, intrepid-proposed, hardy-propesed, and gutsy-
proposed queues.

** Description changed:

  Binary package hint: ciso
  
  There is a memory allocation failure running ciso on amd64.
  I found a solution to solve the problem. 
  
- Use the following patch on ciso.h:
- 31c31
- <       unsigned long header_size;              /* +04 : header size (==0x18)            */
- ---
- >       unsigned int header_size;               /* +04 : header size (==0x18)            */
- 33c33
- <       unsigned long block_size;               /* +10 : number of compressed block size */
- ---
- >       unsigned int block_size;                /* +10 : number of compressed block size */
- e */
+ Steps to Reproduce:
+ 1. Use ciso on amd64 (or another 64-bit), and save a PSP file
+ 2. Attempt to open that file on i386 or another 32-bit architecture.
  
  Regards
  
  Alessandro Pacifici

-- 
ciso fail memory allocation on amd64
https://bugs.launchpad.net/bugs/163308
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list