Taking an Cairo image from one plateform to another

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Taking an Cairo image from one plateform to another

Maarten Mostert

Hi,

 

If I take an image doing Cairo stuff from one plateform to another platfrom. I often see something like this.

 

2012-02-16_2203.png

 


Does anyone know how to avoid this ? Or what the origin of this might be ?

 

Regards,

 

Maarten MOSTERT

 

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Taking an Cairo image from one plateform to another

mkobetic
[hidden email] wrote:
> If I take an image doing Cairo stuff from one plateform to another platfrom. I often see something like this.

> Does anyone know how to avoid this ? Or what the origin of this might be ?

IIRC the first number is the OS signal number. It looks like you're on OSX so 10 would be SIGBUS.
The second number is an address. As to how to figure out why you're getting it, this is usually the time to run it under gdb.

HTH,

Martin

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc