home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / parallel / 2856 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: ghenniga@NMSU.Edu
  4. Subject: iPSC/860 malloc problem?
  5. Message-ID: <1993Jan5.124414.5471@hubcap.clemson.edu>
  6. Apparently-To: comp-parallel@uu.net
  7. Sender: usenet@nmsu.edu
  8. Reply-To: ghenniga@NMSU.Edu
  9. Organization: New Mexico State University - Electromagnetics Group
  10. Date: Mon, 4 Jan 1993 21:33:15 GMT
  11. Approved: parallel@hubcap.clemson.edu
  12. Lines: 26
  13.  
  14.  
  15.  
  16.     I'm programming an Intel iPSC/860 using C and have an incessant
  17. problem when using malloc. When I run the code it'll go in to the malloc
  18. function and just hang. This occurs at different points depending on which
  19. data sets I'm using but the thing that really bothers me is that it gives
  20. me absolutely NO error and using "ipd" I can see that the amount of memory
  21. I'm attempting to allocate is reasonable, in some cases as little as 40
  22. bytes. I've also run problems with a different type of data but with a MUCH
  23. higher memory requirement with no problem. I've tried using "ipd" with the
  24. "step -i" instruction to see what's happening but I'm afraid my i860
  25. assembly skills are sorely lacking! I'm compiling my code on a Sun4 remote
  26. host and I believe the software release is 3.3.1. 
  27.     Has anyone had any similiar experiences? I've had similiar
  28. problems, with different pieces of code, on an nCube but it would fault
  29. rather than lock up.
  30.  
  31. Any ideas/suggestions/help would be GREATLY appreciated!
  32.  
  33. Thanks in advance,
  34. Gary Hennigan
  35. ---------
  36. PhD Student, Computational Electromagnetics
  37. New Mexico State University
  38. email: ghenniga@NMSU.Edu
  39.  
  40.