Cesar Gutierrez Corea wrote: > Alejandro, > > I'm having the same problem with the latest CVS on Mac OS X 10.4.9 > Intel Core 2 Duo, it segfaults and received a lot of warnings when > compiling. It does not segfault in Linux or FreeBSD, but I'm not > getting the http response when I do a sendsms to smsbox, I think it is > mismatch between the UUID generated for the message and UUID received > for the ACK, but I don't know exactly where this corruption is > happening, maybe someone with more knowledge about the kannel internals > could help us.
first of all about the warnings: these are all gcc-4.x compiler warnings, since gcc in 4.x branch is more "paranoid" (or others say sensative) about signess. We know about these warnings, but they are considered as "no harmfull", so you can ignore them for now. As soon as someone picks the time to de-fudge the octstr macros to use the right signess in the variable passing calls, these warnings will vanish for gcc-4.x compilers. Regarding UUIDs on the sendsms HTTP interface to smsbox: Alex fixes this issue a couple of hours ago in CVS HEAD. Actually a commit of him some 6 weeks ago introduces this bug. Which is fixed now. Now the segfaults: Can you guys please confirm that "current" CVS HEAD is thowing segmentation faults (core dumps) on Mac OS X? In case of yes, please provide us a gdb backtrace of the core dump file so we see at which point this is happening. Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
