public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* execute of pthreads-2001-07-03 fails
@ 2001-07-09  9:17 Scott Rowe
  2001-07-09 12:29 ` reentrant
  2001-07-09 21:17 ` Harish SS
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Rowe @ 2001-07-09  9:17 UTC (permalink / raw)
  To: pthreads-win32

Hello,
when I download and run the pthreads-2001-07-03.exe file, I
get the DOS error message: "Program too big to fit in memory"

the previous release runs and unpacks fine. Do you know what
could be wrong?
Thank you.
Scott Rowe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: execute of pthreads-2001-07-03 fails
  2001-07-09  9:17 execute of pthreads-2001-07-03 fails Scott Rowe
@ 2001-07-09 12:29 ` reentrant
  2001-07-09 21:35   ` Ross Johnson
  2001-07-09 21:17 ` Harish SS
  1 sibling, 1 reply; 5+ messages in thread
From: reentrant @ 2001-07-09 12:29 UTC (permalink / raw)
  To: Scott Rowe, pthreads-win32

At the moment it appears to be a zip file and not an exe.  Rename it to .zip
and unzip it as usual and it should work.  That error and "illegal instruction"
seem pretty common when a file is not actually an exe but named as one.

Dave

--- Scott Rowe <scott@el.dms.moore.com> wrote:
> Hello,
> when I download and run the pthreads-2001-07-03.exe file, I
> get the DOS error message: "Program too big to fit in memory"
> 
> the previous release runs and unpacks fine. Do you know what
> could be wrong?
> Thank you.
> Scott Rowe
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* execute of pthreads-2001-07-03 fails
  2001-07-09  9:17 execute of pthreads-2001-07-03 fails Scott Rowe
  2001-07-09 12:29 ` reentrant
@ 2001-07-09 21:17 ` Harish SS
  2001-07-10  1:09   ` Ross Johnson
  1 sibling, 1 reply; 5+ messages in thread
From: Harish SS @ 2001-07-09 21:17 UTC (permalink / raw)
  To: pthreads-win32

Hi,

When building the pthreads-2001.-7-03 tests, I get the following message.

Compiling exception3.exe
exception3.c
... Running VCE test: exception3.exe
NMAKE : fatal error U1077: '.\exception3.exe' : return code '0x3'
Stop.
NMAKE : fatal error U1077: 'C:\MSDEV\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.
with an exception unhadled exception.

Could you help me iron out the reason/bug.

Best Regds,

Harish SS

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: execute of pthreads-2001-07-03 fails
  2001-07-09 12:29 ` reentrant
@ 2001-07-09 21:35   ` Ross Johnson
  0 siblings, 0 replies; 5+ messages in thread
From: Ross Johnson @ 2001-07-09 21:35 UTC (permalink / raw)
  To: reentrant; +Cc: Scott Rowe, pthreads-win32

Thanks. I've temporarily renamed the file to .zip on both ftp
sites:

ftp://sources.redhat.com/pub/pthreads-win32/
and
ftp://real.ise.canberra.edu.au/pub/pthreads-win32/

Ross

reentrant wrote:
> 
> At the moment it appears to be a zip file and not an exe.  Rename it to .zip
> and unzip it as usual and it should work.  That error and "illegal instruction"
> seem pretty common when a file is not actually an exe but named as one.
> 
> Dave
> 
> --- Scott Rowe <scott@el.dms.moore.com> wrote:
> > Hello,
> > when I download and run the pthreads-2001-07-03.exe file, I
> > get the DOS error message: "Program too big to fit in memory"
> >
> > the previous release runs and unpacks fine. Do you know what
> > could be wrong?
> > Thank you.
> > Scott Rowe
> >
> >
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/

-- 
+-------------------------+---+
| Ross Johnson            |   | "Come down off the cross
| Management & Technology |___|  We can use the wood" - Tom Waits
| Building 11                 |
| University of Canberra      | eMail: rpj@ise.canberra.edu.au
| ACT    2601                 | WWW:  
http://public.ise.canberra.edu.au/~rpj/
| AUSTRALIA                   |
+-----------------------------+

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: execute of pthreads-2001-07-03 fails
  2001-07-09 21:17 ` Harish SS
@ 2001-07-10  1:09   ` Ross Johnson
  0 siblings, 0 replies; 5+ messages in thread
From: Ross Johnson @ 2001-07-10  1:09 UTC (permalink / raw)
  To: Harish SS; +Cc: pthreads-win32

Hi,

Harish SS wrote:
> 
> Hi,
> 
> When building the pthreads-2001.-7-03 tests, I get the following message.
> 
> Compiling exception3.exe
> exception3.c
> ... Running VCE test: exception3.exe
> NMAKE : fatal error U1077: '.\exception3.exe' : return code '0x3'
> Stop.
> NMAKE : fatal error U1077: 'C:\MSDEV\VC98\BIN\NMAKE.EXE' : return code '0x2'
> Stop.
> with an exception unhadled exception.
> 
> Could you help me iron out the reason/bug.
> 

tests/exception3.c is designed to exercise this known bug. The bug is
mentioned in the ANNOUNCE file:

      ---------------------------
      Known bugs in this snapshot
      ---------------------------

      1. Under MS VC++ (only tested with version 6.0), a term_func
         set via the standard C++ set_terminate() function is not called
         for some reason. The code in private.c:ptw32_threadStart()
         makes an explicit call to terminate(), which works as expected
         under MinGW32 g++, but doesn't appear to run the term_func
under
         MS VC++ 6.0.

The code has changed slightly since this was written, but the logic is
basically the same. The user supplied terminate function is retrieved
using set_terminate() and then run directly. If anybody does have a
solution it would nice to clean this one up.

Ross

-- 
+-------------------------+---+
| Ross Johnson            |   | "Come down off the cross
| Management & Technology |___|  We can use the wood" - Tom Waits
| Building 11                 |
| University of Canberra      | eMail: rpj@ise.canberra.edu.au
| ACT    2601                 | WWW:  
http://public.ise.canberra.edu.au/~rpj/
| AUSTRALIA                   |
+-----------------------------+

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-07-10  1:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-09  9:17 execute of pthreads-2001-07-03 fails Scott Rowe
2001-07-09 12:29 ` reentrant
2001-07-09 21:35   ` Ross Johnson
2001-07-09 21:17 ` Harish SS
2001-07-10  1:09   ` Ross Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).