Re: [E-devel] edb SEGV under sparc-solaris 2.8

2005-04-19 Thread Lionel ORRY
Here is the part that makes it bug : #define SHALLOC_FRAGMENT 32 /* * If there are at least SHALLOC_FRAGMENT additional bytes of * memory, divide the chunk into two chunks. */ if ((u_int8_t *)rp >= (u_int8_t *)&elp->links + SHALLOC_FRAGMENT) { sp = rp; //-

Re: [E-devel] edb SEGV under sparc-solaris 2.8

2005-04-19 Thread The Rasterman
On Tue, 19 Apr 2005 17:03:10 +0200 ORRY Lionel <[EMAIL PROTECTED]> babbled: > > Hi everybody ; > > just for fun, i tried to compile the EFL in userspace on a SunBlade150 > with Solaris 2.8. > I got everything compiled and installed ; but i get a segfault on > __edb_sha

[E-devel] edb SEGV under sparc-solaris 2.8

2005-04-19 Thread ORRY Lionel
Hi everybody ; just for fun, i tried to compile the EFL in userspace on a SunBlade150 with Solaris 2.8. I got everything compiled and installed ; but i get a segfault on __edb_shalloc when i try to use an etox-based application, such as etox_test or ewl_test. Here is a backtrace with etox_test