home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18048 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1007 b   |  38 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!donau!erasmus.et.tudelft.nl!arlet
  3. From: arlet@erasmus.et.tudelft.nl (Arlet Ottens)
  4. Subject: Trouble with task library on HP730
  5. Message-ID: <1992Dec16.090825.23542@donau.et.tudelft.nl>
  6. Sender: news@donau.et.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: erasmus.et.tudelft.nl
  8. Organization: Delft University of Technology, Dept. of Electrical Engineering
  9. Date: Wed, 16 Dec 1992 09:08:25 GMT
  10. Lines: 26
  11.  
  12. Hello all,
  13.  
  14. I have been experimenting with the AT & T task library. This is my source
  15. file:
  16.  
  17. --------------------
  18. #include <task.h>
  19. #include <stdio.h>
  20.  
  21. int main( )
  22. {
  23.    printf( "hello world" );
  24. }
  25. --------------------
  26.  
  27. I linked it with the -ltask option.
  28.  
  29. On Sun-4s the program runs as expected, but on my HP-730 and HP-710, I get
  30. a core dump. This is the output :
  31.  
  32. ***** task_error(27) FrameLayout::FrameLayout(): frame size
  33. Bus error (core dumped)
  34.  
  35. Am I doing something wrong, or is there a bug in the task library ?
  36.  
  37. Thanks in advance!
  38.