From: Chet H. <che...@si...> - 2004-03-09 21:04:06
|
Hi Everton, Do you have a rlib.log file for when this happens? Also, if you can identify where in your XML the text in line #5 of the dump is output, I'd like to see a snippet of that rlib XML. It was attempting to align="center" in a field/literal as far as I can see, but it works fine when I do it. Chet Everton Luis Berz wrote: > > I tried rlib-1.1.8-test3 on my reports that works at rlib-1.1.7. > And I receives a 'Nuts we crash' error. > Follow the gdb-bt trace.. > > Reading symbols from /lib/libnss_compat.so.2...done. > Loaded symbols for /lib/libnss_compat.so.2 > Reading symbols from /usr/lib/gconv/ISO8859-1.so...done. > Loaded symbols for /usr/lib/gconv/ISO8859-1.so > #0 0x40384ac1 in kill () from /lib/libc.so.6 > (gdb) bt > #0 0x40384ac1 in kill () from /lib/libc.so.6 > #1 0x427138bb in myFaultHandler (signum=11, si=0x0, aptr=0x0) at > util.c:45 > #2 0x42823c45 in __pthread_sighandler () from /lib/libpthread.so.0 > #3 <signal handler called> > #4 0x403d872d in memset () from /lib/libc.so.6 > #5 0x4270f27e in align_text (r=0x0, rtn=0xbfffb5b0 "\177\003ÿÿ > @ÿÿÿÿÿÿ^öpB#", len=1024, > src=0xbfffb8e0 "REGISTRO DE FREQÃ\234Ã\212NCIA", > align=-1073760980, width=22) at reportgen.c:267 > #6 0x4270f9de in execute_pcodes_for_line (r=0x8259018, rl=0x82a6750, > extra_data=0x83db0a0) at reportgen.c:387 > #7 0x427105c6 in print_report_output_private (r=0x8259018, > roa=0x82750a0, backwards=0, page=1114787496) > at reportgen.c:641 > #8 0x42710d90 in print_report_outputs_private (r=0x8259018, > e=0x8274d98, backwards=0) at reportgen.c:814 > #9 0x42710de3 in print_report_output (r=0x8259018, e=0x8274d98, > backwards=0) at reportgen.c:824 > #10 0x4271b600 in rlib_print_break_header_output (r=0x8259018, > rb=0x8274d38, e=0x8274d98, backwards=0) > at breaks.c:50 > #11 0x4271b956 in rlib_handle_break_headers (r=0x8259018) at breaks.c:148 > #12 0x42711d50 in make_report (r=0x8259018) at reportgen.c:1179 > #13 0x427122e3 in rlib_execute (r=0x8259018) at api.c:126 > #14 0x4269dd38 in zif_rlib_execute (ht=1, return_value=0x8259b44, > this_ptr=0x0, return_value_used=0) at php.c:312 > #15 0x081744be in execute (op_array=0x825705c) at > /usr/local/src/php-4.3.4/Zend/zend_execute.c:1616 > #16 0x081669df in zend_execute_scripts (type=8, retval=0x0, file_count=3) > at /usr/local/src/php-4.3.4/Zend/zend.c:884 > #17 0x0813d5f8 in php_execute_script (primary_file=0xbffff820) at > /usr/local/src/php-4.3.4/main/main.c:1729 > #18 0x08179496 in main (argc=2, argv=0xbffff8b4) at > /usr/local/src/php-4.3.4/sapi/cli/php_cli.c:819 > #19 0x40370d06 in __libc_start_main () from /lib/libc.so.6 > (gdb) > > I'm using php 4.3.4 on slackware9.1. > |