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/ > > |
From: Gottfried S. <got...@xt...> - 2003-08-13 09:18:46
|
Hi Mark, hm - do you have the possibility to build Omni on AIX 4.3.3? I can give you all information about used software components (like in my first mail). I think, not many people have tryed to build Omni on AIX - when you look at "make install_local" (or similar) you see some generated changes at /etc/ld.conf - a file which does exist on Linux but not on AIX (the AIX linker /bin/ld uses as far as I know only the LD_LIBRARY_PATH variable). And as I reported there are other problems: - shared libraries are build but not installed - some includes have to be added to the source files I'm sorry, but I'm not a software developer - my knowlege ends now... Perhaps it is of interest for the project team to stabilize the code for building on AIX - both, Omni and AIX, are IBM "projects". All I can do is to be your beta tester - and that I'm willed to be! Priority for me would be 4.3.3 release because one of our customer - who uses now ESP Print Pro + ESP Ghostscipt + Foomatic - must stay at 4.3.3 and can't change to 5.1/5.2 because of other restrictions (it's a small company with a single system which serves some database driven application services and things like Samba, Printing, Intranet...). But I have also testsystems here in my office for doing builds on newer AIX releases... Please tell me your opinion! Regards, Gottfried Mark Hamzy schrieb: > > > > Hey Gottfried, > > That seems like a pretty serious debugger error. I don't know what is > wrong with your system. You should not see those errors when you debug > programs. > > Mark > > Take a look at the Linux Omni Printer Driver Framework at > http://www.ibm.com/linux/ltc/projects/omni/ > > |