From: Gottfried S. <got...@xt...> - 2003-08-08 14:14:16
|
Hi Mark, > However, can you rebuild the omni driver with > debugging enabled and run gdb again? I have done so (./setupOmni...; make install; manual copying *.2 -> /usr/local/lib/*.so) and get with dbx: --------- root@zvkoffice:/zvk/admin/install/ghostscript/espgs-7.05.6/Omni/CUPS# dbx -r ./CUPSToOmni Type 'help' for help. reading symbolic information ... Entering debugger ... internal error: index("8;0;", ':') failed internal error: index("16;0;", ':') failed internal error: index("16;0;", ':') failed internal error: bad input on tag "div_t" at "t13=s8quot:-1,0,32;rem:-1,32,32;operator=::14=#13,15=&13,16=*13,17=&18=k13,-11;:_ZN5div_taSERKS_;2A.;__base_ctor::19=#13,-11,16,17,-11;:_ZN5div_tC2ERKS_;2A.;__comp_ctor::19:_ZN5div_tC1ERKS_;2A.;__base_ctor::20=#13,-11,16,-11;:_ZN5div_tC2Ev;2A.;__comp_ctor::20:_ZN5div_tC1Ev;2A.;;" internal error: expected char '=', found 't13=s8quot:-1,0,32;rem:-1,32,32;operator=::14=#13,15=&13,16=*13,17=&18=k13,-11;:_ZN5div_taSERKS_;2A.;__base_ctor::19=#13,-11,16,17,-11;:_ZN5div_tC2ERKS_;2A.;__comp_ctor::19:_ZN5div_tC1ERKS_;2A.;__base_ctor::20=#13,-11,16,-11;:_ZN5div_tC2Ev;2A.;__comp_ctor::20:_ZN5div_tC1Ev;2A.;;' internal error: unexpected value 58 at line 4052 in file stabstring.c ... lot of stuff like this internal error: unexpected value 58 at line 4052 in file stabstring.c internal error: expected char ',', found '4191=#4184,-11,4187,-11;:_ZN8_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ',', found '=#4184,-11,4187,-11;:_ZN8_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ';', found '#4184,-11,4187,-11;:_ZN8_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: unexpected value 95 at line 4052 in file stabstring.c internal error: expected char ',', found 'ZN8_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ',', found 'N8_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ';', found '_PRTMODEC2Ev;2A.;__comp_ctor::4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: unexpected value 58 at line 4052 in file stabstring.c internal error: expected char ',', found '4191:_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ',', found ':_ZN8_PRTMODEC1Ev;2A.;;' internal error: expected char ';', found '_ZN8_PRTMODEC1Ev;2A.;;' internal error: index("ZN8_PRTMODEC1Ev;2A.;;", ':') failed internal error: unexpected value 120 at line 4052 in file stabstring.c internal error: unexpected value 120 at line 4052 in file stabstring.c Trace/BPT trap in __start at 0x10000150 0x10000150 (__start) 82220024 lwz r17,0x24(r2) (dbx) next Interrupt in __start at 0x10000150 0x10000150 (__start) 82220024 lwz r17,0x24(r2) (dbx) next Segmentation fault in glink.free at 0xd1486f08 0xd1486f08 (free+0x30) 800c0000 lwz r0,0x0(r12) (dbx) quit --------- I'll send you the whole output in a seperate mail because I don't want to post it to the list... Thanks, Gottfried Mark Hamzy schrieb: > > > > Hi Gottfried, > > Thanks for the report. I am at Linux World in SF this week so I cannot > look at your problem yet. However, can you rebuild the omni driver with > debugging enabled and run gdb again? > > Thanks, > > Mark > > Take a look at the Linux Omni Printer Driver Framework at > http://www.ibm.com/linux/ltc/projects/omni/ > > |