home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!orthogo!orthogo.uucp!basti
- From: basti@orthogo.uucp (Sebastian Wangnick)
- Newsgroups: comp.unix.aix
- Subject: 3.2.2 libc.a breaks OSF/Motif TextWidget !!!
- Message-ID: <1563@dino.orthogo.uucp>
- Date: 13 Nov 92 11:58:56 GMT
- Sender: news@orthogo.uucp
- Organization: Orthogon System GmbH, Bremen, Germany
- Lines: 42
- Nntp-Posting-Host: dino
-
- After installation of PTF U406391 (with dependants) the following code
-
- #include <X11/Intrinsic.h>
- #include <Xm/Text.h>
- int main (unsigned int argc, char * argv[]) {
- Widget Toplevel = XtInitialize("toplevel","Ods",NULL,0,&argc,argv);
- XmCreateText(Toplevel,"text",NULL,0);
- }
-
- compiled by either
-
- cc -o xmtext xmtext.c -lXm -lXt -lX11
- gcc -o xmtext xmtext.c -lXm -lXt -lX11
- xlC -o xmtext xmtext.c -lXm -lXt -lX11
-
- produces
-
- Illegal instruction (core dumped)
-
- within the call to XmCreateText. The same happenes when using XmCreateWidget.
- It seems that some nasty modification to libc.a breaks the existing
- Text Widget code:
-
- dbx version 3.1 for AIX.
- Type 'help' for help.
- reading symbolic information ...
- [using memory image in core]
-
- illegal instruction (reserved addressing fault) in . at 0x0
- 0x0 0003ff2f Invalid opcode.
- (dbx) where
- warning: could not locate trace table from starting address 0x0
- Could not determine current function
-
- The best idea is probably to reject the applied fix?
- Any comments are welcome.
-
- --
- Sebastian Wangnick Orthogon System GmbH
- (basti@orthogo.uucp) Linzer Strasse 4
- Tel +49 421 219136 D-2800 Bremen 33
- Fax +49 421 213093 Germany
-