On Tue, 15 Sep 2009, JoeZ wrote: > Eno. > txs for the tip, I've run that, although there's not much I can use > there. I post it here the ending lines of the log "just in case" > > write(1, "\33[32;1mok 46\33[0m - getNextNumber"..., 70) = 70 > _llseek(1, 18446744073709551615, 0xbf905330, SEEK_SET) = -1 ESPIPE > (Illegal seek) > ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon > echo ...}) = 0 > write(1, "\33[37;42;1m Looks like everything"..., 86) = > 86 <----- here it should end the test. > poll([{fd=3, events=POLLIN|POLLPRI}], 1, 0) = 0 > write(3, "\1\0\0\0\1", 5) = 5 > shutdown(3, 2 /* send and receive */) = 0 > close(3) = 0 > socket(PF_FILE, SOCK_DGRAM, 0) = 3 > connect(3, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0 > send(3, "<9>suhosin[17577]: ALERT - possi"..., 143, 0) = 143 > close(3) = 0 > write(2, "ALERT - possible memory corrupti"..., 124) = 124 > exit_group(1) = ?
suhosin (mentioned in the send() call above) is a security layer for PHP - maybe its causing the problem? See: http://forums.rvskin.com/index.php?showtopic=2981 And: http://forum.symfony-project.org/index.php/m/71100/ -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---