[Bug 163308] [NEW] ciso fail memory allocation on amd64

Launchpad Bug Tracker 163308 at bugs.launchpad.net
Wed Dec 3 16:44:52 GMT 2008


You have been subscribed to a public bug by Brian Murray (brian-murray):

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

Regards

Alessandro Pacifici

** Affects: ciso (Ubuntu)
     Importance: High
     Assignee: Brian Murray (brian-murray)
         Status: In Progress

-- 
ciso fail memory allocation on amd64
https://bugs.launchpad.net/bugs/163308
You received this bug notification because you are a member of Ubuntu Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list