home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!mcsun!sun4nl!dutrun!donau!erasmus.et.tudelft.nl!arlet
- From: arlet@erasmus.et.tudelft.nl (Arlet Ottens)
- Subject: Trouble with task library on HP730
- Message-ID: <1992Dec16.090825.23542@donau.et.tudelft.nl>
- Sender: news@donau.et.tudelft.nl (UseNet News System)
- Nntp-Posting-Host: erasmus.et.tudelft.nl
- Organization: Delft University of Technology, Dept. of Electrical Engineering
- Date: Wed, 16 Dec 1992 09:08:25 GMT
- Lines: 26
-
- Hello all,
-
- I have been experimenting with the AT & T task library. This is my source
- file:
-
- --------------------
- #include <task.h>
- #include <stdio.h>
-
- int main( )
- {
- printf( "hello world" );
- }
- --------------------
-
- I linked it with the -ltask option.
-
- On Sun-4s the program runs as expected, but on my HP-730 and HP-710, I get
- a core dump. This is the output :
-
- ***** task_error(27) FrameLayout::FrameLayout(): frame size
- Bus error (core dumped)
-
- Am I doing something wrong, or is there a bug in the task library ?
-
- Thanks in advance!
-