Tried 12.04 today with unstable, did not manage to get my app to work, At first I thought it's the same error, but further investigation showed this one was triggering imageSave and is actually this bug: https://github.com/mapserver/mapserver/issues/3942
Will try in 10.04 again and see if these are the same bugs. On Fri, Jun 15, 2012 at 4:04 PM, Jerome Villeneuve Larouche <[email protected]> wrote: > You could try in a clean environment and make a list of what you did and > what you installed. > > > On 12-06-14 10:03 AM, Pavel Iacovlev wrote: > > Any other info I can provide to track down the issue ? > I used php5-mapscript from the unstable repository. > > On Thu, Jun 14, 2012 at 4:35 PM, Jerome Villeneuve Larouche > <[email protected]> wrote: >> >> Hi, >> >> I tried to reproduce the problem but for me everything was working fine >> with a fresh install of php5, apache2, mapserver and php5-mapscript in Lucid >> i386. >> >> >> >> On 12-06-14 03:47 AM, Pavel Iacovlev wrote: >> >> php5-mapscript_6.0.3-2~lucid2_i386.deb is not usable at all at the moment >> reverted to php5-mapscript_6.0.1-1~lucid1_i386.deb for now, standard php >> scripts run fine. >> >> PHP script to reproduce the issue: >> <?php >> $map = ms_newMapObj(); >> >> Error message: >> /usr/sbin/apache2: symbol lookup error: >> /usr/lib/php5/20090626+lfs/php_mapscript.so: undefined symbol: >> php_output_get_level >> >> Trace: >> GNU gdb (GDB) 7.1-ubuntu >> Copyright (C) 2010 Free Software Foundation, Inc. >> License GPLv3+: GNU GPL version 3 or later >> <http://gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. Type "show copying" >> and "show warranty" for details. >> This GDB was configured as "i486-linux-gnu". >> For bug reporting instructions, please see: >> <http://www.gnu.org/software/gdb/bugs/>... >> Reading symbols from /usr/bin/php...(no debugging symbols found)...done. >> (gdb) run map.php >> Starting program: /usr/bin/php map.php >> [Thread debugging using libthread_db enabled] >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x08325a1f in ?? () >> (gdb) bt >> #0 0x08325a1f in ?? () >> #1 0x08325bb7 in zend_throw_exception () >> #2 0x08325c30 in zend_throw_error_exception () >> #3 0xb7638226 in xdebug_error_cb (type=1, error_filename=0x893b954 >> "/home/ue/tmp/map.php", error_lineno=2, format=0x871ddb0 "Uncaught %s\n >> thrown", >> args=0xbfffd240 "Ⱦ\223\b\214\322\377\277") at >> /build/buildd/xdebug-2.0.5/build-php5/xdebug.c:2311 >> #4 0x08324f6c in ?? () >> #5 0x0832515f in zend_exception_error () >> #6 0x0830bff0 in zend_execute_scripts () >> #7 0x082b01c4 in php_execute_script () >> #8 0x083a2f48 in ?? () >> #9 0xb7984bd6 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 >> #10 0x0806b201 in _start () >> >> >> _______________________________________________ >> UbuntuGIS mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/ubuntu >> http://trac.osgeo.org/ubuntugis/wiki >> >> >> >> _______________________________________________ >> UbuntuGIS mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/ubuntu >> http://trac.osgeo.org/ubuntugis/wiki >> > > _______________________________________________ UbuntuGIS mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/ubuntu http://trac.osgeo.org/ubuntugis/wiki
