|
From: Everton L. B. <ev...@fa...> - 2004-03-25 15:41:44
|
encoding bugs:
1)
when I use:
rlib_set_output_encoding($rlib, 'ISO-8859-1');
rlib_set_locale($rlib, 'pt_BR');
it makes a "nuts we crashed" error..
2) only set_locale line makes a blank pdf.
3) only output_encoding line makes report ok, but special iso-8859-1=20
chars are removed. (see Bob mail above)
follow the stack trace for 'nuts we crashed' error (bug #1).
Reading symbols from /lib/libnss_compat.so.2...done.
Loaded symbols for /lib/libnss_compat.so.2
#0 0x40433ac1 in kill () from /lib/libc.so.6
(gdb) bt
#0 0x40433ac1 in kill () from /lib/libc.so.6
#1 0x427c4d2b in myFaultHandler (signum=3D11, si=3D0x0, aptr=3D0x0) at u=
til.c:45
#2 0x403c4c45 in __pthread_sighandler () from /lib/libpthread.so.0
#3 <signal handler called>
#4 0x404822b5 in _int_free () from /lib/libc.so.6
#5 0x404810bf in free () from /lib/libc.so.6
#6 0x081744a3 in zend_hash_destroy (ht=3D0x81fb100) at=20
/usr/local/src/php-4.3.4/Zend/zend_hash.c:556
#7 0x0817617f in zend_destroy_rsrc_list_dtors () at=20
/usr/local/src/php-4.3.4/Zend/zend_list.c:342
#8 0x0816f5da in zend_shutdown () at=20
/usr/local/src/php-4.3.4/Zend/zend.c:557
#9 0x08145e1f in php_module_shutdown () at=20
/usr/local/src/php-4.3.4/main/main.c:1284
#10 0x0818261e in main (argc=3D2, argv=3D0xbffff854) at=20
/usr/local/src/php-4.3.4/sapi/cli/php_cli.c:876
#11 0x4041fd06 in __libc_start_main () from /lib/libc.so.6
--=20
Everton Luis Berz
Nucleo de Sistemas :: FACCAT - Faculdades de Taquara
+55 51 541 6600 - R.647
ICQ 7807919
Bob Doan wrote:
> Cool.. can you send Chet/ or the list a stack trace of this...=20
>=20
> Thanks!
>=20
> - bob
>=20
> On Thu, 2004-03-25 at 09:54 -0300, Everton Luis Berz wrote:
>=20
>=20
>>Hi
>>paper types are ok.. great!
>>
>>but the characterset of pgsql data has errors..
>>(only from pgsql data, the special iso8859 chars at XML are ok!)
>>where report must be show this:
>>An=E1lise de Sistemas ...
>>
>>it show this:
>>An
>>
>>it cut from special char to end of phrase.
>>
>>And i tried to put rlib_set_locale('pt_BR') and receive a
>>"NUTS.. we crashed" error.
>>
>>
>>--=20
>>Everton Luis Berz
>>Nucleo de Sistemas :: FACCAT - Faculdades de Taquara
>>+55 51 541 6600 - R.647
>>ICQ 7807919
>>
>>
>=20
>=20
|