[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify Digest, Vol 7, Issue 4
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2006-12-20 13:57:19
Message-ID: mailman.131471.1166623039.30209.mingw-notify () lists ! sourceforge ! net
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Patches-1616022 ] MinGW installer 5.1.1 to	5.1.2
      (SourceForge.net)
   2. [ mingw-Bugs-1615565 ] can't compile C files >16 MB
      (SourceForge.net)
   3. [ mingw-Bugs-966724 ] Stack corruption with C++	exceptions
      (SourceForge.net)
   4. [ mingw-Patches-1567841 ] updated mingw.ini for
      MinGW-5.0.3.exe (SourceForge.net)
   5. [ mingw-Patches-1616022 ] MinGW installer 5.1.1 to	5.1.2
      (SourceForge.net)
   6. [ mingw-Bugs-1619263 ] g++ download link doesn't work
      (SourceForge.net)
   7. [ mingw-Patches-1616022 ] MinGW installer 5.1.1 to	5.1.2
      (SourceForge.net)
   8. [ mingw-Bugs-1619263 ] g++ download link doesn't work
      (SourceForge.net)
   9. [ mingw-Bugs-1619263 ] g++ download link doesn't work
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Thu, 14 Dec 2006 13:32:06 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Patches-1616022 ] MinGW installer
	5.1.1 to	5.1.2
To: noreply@sourceforge.net
Message-ID: <E1GuyBS-0006WB-Qr@sc8-sf-web11.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Patches item #1616022, was opened at 2006-12-14 21:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: anatoly techtonik (techtonik)
Assigned to: Nobody/Anonymous (nobody)
Summary: MinGW installer 5.1.1 to 5.1.2

Initial Comment:
* MinGW_LICENSE.rtf: Update version.
* mingw.nsi (PRODUCT_VERSION): Increment.
(inetc): Update links for inetc information
(downloadINI): Fix inetc::get command invocation, which was not
downloading mingw.ini
(downloadINI): Add message while downloading mingw.ini to prevent
installer from being opened in background - let users know that
is happening.
(gotINI): Remove unused code.
(DownloadIfNeeded): Do not download existing files.
(ChoosePackage): Set default focus to "Current" package selection


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435



------------------------------

Message: 2
Date: Fri, 15 Dec 2006 00:48:25 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Bugs-1615565 ] can't compile C files
	>16 MB
To: noreply@sourceforge.net
Message-ID: <E1Gv8jx-0003Yt-77@sc8-sf-web4.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Bugs item #1615565, was opened at 2006-12-14 21:44
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1615565&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Felix Kater (fkater)
Assigned to: Danny Smith (dannysmith)
Summary: can't compile C files >16 MB

Initial Comment:
cc1.exe crashes on large C code files >16MB.

Ok, it looks insane, however, I've got to use a tool with a macro language with \
exports C code in a single file with gets >16MB. And there is no way to make the tool \
split the code automatically.

Some notes:

* If I split the file manually (building headers what is a bunch of work for each \
export) I so can compile it, otherwise cc1.exe crashes.

* Tested on several windows boxes with w2k, winxp

* Tested with the last two mingw versions <=3.4.5

* Tested with completely different versions of large C code files.

* If I compile the same code with gentoo-linux's xmingw crosscompiler port I get it \
compiled.

* On the mailing list someone recommended to debug cc1.exe, however, right now I \
don't feel in position to do so.

* Others assumed that "native cc1.exe may be exceeding stack size set when it was \
linked".

* I was not allowed to send sample code yet. :-( However, if needed, I will try to \
produce some kind of nonsense with that tool just to produce a large file which I can \
submit here.

Thanks a lot.

Felix




----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2006-12-15 21:48

Message:
Logged In: YES 
user_id=11494
Originator: NO

This is interesting: 
"gets >16MB"  triggers the fault.  Is that correct?
Danny

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1615565&group_id=2435



------------------------------

Message: 3
Date: Tue, 19 Dec 2006 12:38:58 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Bugs-966724 ] Stack corruption with
	C++	exceptions
To: noreply@sourceforge.net
Message-ID: <E1Gwljm-0006Vt-7H@sc8-sf-web3.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Bugs item #966724, was opened at 2004-06-04 20:25
Message generated for change (Comment added) made by tringi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=966724&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gerd Behrmann (behrmann)
Assigned to: Danny Smith (dannysmith)
Summary: Stack corruption with C++ exceptions

Initial Comment:
OS: Windows 2000
gcc version 3.4.0 (mingw special)
GNU ld version 2.13.90 20021005
cygwin build environment
mingw runtime version: 3.3
w32 api version: 2.5

I observe stack corruption when catching exceptions in
functions using variable sized arrays. 

I have attached a test case: When compiled with 

g++ test.cc 

and executed, the program fails in the assertion after
catching the exception. If the throw is uncommented,
the assertion holds. If the array declaration is
changed to have a fixed size (i.e. replace int a[size]
with int a[2]), the assertion also holds.

I have observed the same problem with gcc 3.3.3. I have
not been able to reproduce this under Linux. 

----------------------------------------------------------------------

Comment By: Jan Ringo? (tringi)
Date: 2006-12-19 21:38

Message:
Logged In: YES 
user_id=1590239
Originator: NO

Although this seems to be pretty old issue, I just wanted to state that I
recently re-discovered the same problem in 3.4.5 and 4.2.0.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30196

Will the next official MinGW release of G++ be built with Dwarf2?

----------------------------------------------------------------------

Comment By: Danny Smith (dannysmith)
Date: 2005-01-31 08:54

Message:
Logged In: YES 
user_id=11494

Confirmed with gcc-3.4.4 also.

With gcc-4.0.0, built with Dwarf2 unwind info, it succeeds. 
I'm guessing that it is sjlj related, and I'll investigate further.

Danny

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=966724&group_id=2435



------------------------------

Message: 4
Date: Tue, 19 Dec 2006 16:59:58 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Patches-1567841 ] updated mingw.ini
	for	MinGW-5.0.3.exe
To: noreply@sourceforge.net
Message-ID: <E1GwpoM-0007qc-EQ@sc8-sf-web9.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Patches item #1567841, was opened at 2006-09-29 15:48
Message generated for change (Comment added) made by wntrmute
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1567841&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
> Status: Pending
> Resolution: Fixed
Priority: 5
Private: No
Submitted By: Robert Riebisch (bttr)
Assigned to: Dave Murphy (wntrmute)
Summary: updated mingw.ini for MinGW-5.0.3.exe

Initial Comment:
updated to latest filenames and sizes

----------------------------------------------------------------------

> Comment By: Dave Murphy (wntrmute)
Date: 2006-12-20 00:59

Message:
Logged In: YES 
user_id=975053
Originator: NO

packages updated and incorporated in latest installer.


----------------------------------------------------------------------

Comment By: Keith Marshall (keithmarshall)
Date: 2006-09-29 23:10

Message:
Logged In: YES 
user_id=823908

Dave,

Perhaps you'd like to comment on, or otherwise handle this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1567841&group_id=2435



------------------------------

Message: 5
Date: Tue, 19 Dec 2006 17:05:58 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Patches-1616022 ] MinGW installer
	5.1.1 to	5.1.2
To: noreply@sourceforge.net
Message-ID: <E1GwpuA-0008QQ-HP@sc8-sf-web9.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Patches item #1616022, was opened at 2006-12-14 21:32
Message generated for change (Comment added) made by wntrmute
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: anatoly techtonik (techtonik)
Assigned to: Nobody/Anonymous (nobody)
Summary: MinGW installer 5.1.1 to 5.1.2

Initial Comment:
* MinGW_LICENSE.rtf: Update version.
* mingw.nsi (PRODUCT_VERSION): Increment.
(inetc): Update links for inetc information
(downloadINI): Fix inetc::get command invocation, which was not
downloading mingw.ini
(downloadINI): Add message while downloading mingw.ini to prevent
installer from being opened in background - let users know that
is happening.
(gotINI): Remove unused code.
(DownloadIfNeeded): Do not download existing files.
(ChoosePackage): Set default focus to "Current" package selection


----------------------------------------------------------------------

Comment By: Dave Murphy (wntrmute)
Date: 2006-12-20 01:05

Message:
Logged In: YES 
user_id=975053
Originator: NO

Patch reviewed and most changes incorporated in latest installer.

What's the purpose of the setfocus portion? I'm not clear on why this
might be required.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435



------------------------------

Message: 6
Date: Tue, 19 Dec 2006 23:30:51 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Bugs-1619263 ] g++ download link
	doesn't work
To: noreply@sourceforge.net
Message-ID: <E1Gwvud-0000az-VU@sc8-sf-web11.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Bugs item #1619263, was opened at 2006-12-19 23:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: website
Group: MinGW Web Site
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexis Wilke (alexis_wilke)
Assigned to: Nathan Fisher (natbobc)
Summary: g++ download link doesn't work

Initial Comment:
Hi guys,

> From the download page (http://mingw.org/download.shtml) you have many links \
> including ++ in the URL. That is interpreted as a space in my browser (Mozilla).

I suggest you change all the ++ in URLs with %2B which is the only valid way to \
represent a + in a URL!

I could get the correct link from the download area though 8-).

Thank you
Alexis

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435



------------------------------

Message: 7
Date: Wed, 20 Dec 2006 01:53:59 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Patches-1616022 ] MinGW installer
	5.1.1 to	5.1.2
To: noreply@sourceforge.net
Message-ID: <E1Gwy99-0004p1-Mj@sc8-sf-web10.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Patches item #1616022, was opened at 2006-12-14 21:32
Message generated for change (Comment added) made by techtonik
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: anatoly techtonik (techtonik)
Assigned to: Nobody/Anonymous (nobody)
Summary: MinGW installer 5.1.1 to 5.1.2

Initial Comment:
* MinGW_LICENSE.rtf: Update version.
* mingw.nsi (PRODUCT_VERSION): Increment.
(inetc): Update links for inetc information
(downloadINI): Fix inetc::get command invocation, which was not
downloading mingw.ini
(downloadINI): Add message while downloading mingw.ini to prevent
installer from being opened in background - let users know that
is happening.
(gotINI): Remove unused code.
(DownloadIfNeeded): Do not download existing files.
(ChoosePackage): Set default focus to "Current" package selection


----------------------------------------------------------------------

> Comment By: anatoly techtonik (techtonik)
Date: 2006-12-20 09:53

Message:
Logged In: YES 
user_id=669020
Originator: YES

Enhancing UX. To make it convenient to control installer without mouse.
I.e. enter-enter-enter-enter for unattended installation with supervisory
control. Useful if you need to script automaic installation. For example,
with AutoIT.

In 5.1.1 if focus is set to other option button than currently selected in
NSIS window then it is not quite obvious what happens when you hit enter.
This could leave user in confused state where she/he will additionally use
mouse or try to move focus with tab to reach clear state of windows
controls.

----------------------------------------------------------------------

Comment By: Dave Murphy (wntrmute)
Date: 2006-12-20 01:05

Message:
Logged In: YES 
user_id=975053
Originator: NO

Patch reviewed and most changes incorporated in latest installer.

What's the purpose of the setfocus portion? I'm not clear on why this
might be required.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1616022&group_id=2435



------------------------------

Message: 8
Date: Wed, 20 Dec 2006 05:45:56 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Bugs-1619263 ] g++ download link
	doesn't work
To: noreply@sourceforge.net
Message-ID: <E1Gx1lc-0001zI-D2@sc8-sf-web7.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Bugs item #1619263, was opened at 2006-12-20 02:30
Message generated for change (Comment added) made by earnie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: website
Group: MinGW Web Site
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexis Wilke (alexis_wilke)
Assigned to: Nathan Fisher (natbobc)
Summary: g++ download link doesn't work

Initial Comment:
Hi guys,

> From the download page (http://mingw.org/download.shtml) you have many links \
> including ++ in the URL. That is interpreted as a space in my browser (Mozilla).

I suggest you change all the ++ in URLs with %2B which is the only valid way to \
represent a + in a URL!

I could get the correct link from the download area though 8-).

Thank you
Alexis

----------------------------------------------------------------------

> Comment By: Earnie Boyd (earnie)
Date: 2006-12-20 08:45

Message:
Logged In: YES 
user_id=15438
Originator: NO

This is an issue with the new SF Mirror coding JS coding.  I'll have to
open a support ticket with them.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435



------------------------------

Message: 9
Date: Wed, 20 Dec 2006 05:56:59 -0800
From: "SourceForge.net" <noreply@sourceforge.net>
Subject: [Mingw-notify] [ mingw-Bugs-1619263 ] g++ download link
	doesn't work
To: noreply@sourceforge.net
Message-ID: <E1Gx1wJ-00033G-9j@sc8-sf-web7.sourceforge.net>
Content-Type: text/plain; charset="UTF-8"

Bugs item #1619263, was opened at 2006-12-20 02:30
Message generated for change (Comment added) made by earnie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: website
Group: MinGW Web Site
Status: Open
> Resolution: Remind
Priority: 5
Private: No
Submitted By: Alexis Wilke (alexis_wilke)
> Assigned to: Earnie Boyd (earnie)
Summary: g++ download link doesn't work

Initial Comment:
Hi guys,

> From the download page (http://mingw.org/download.shtml) you have many links \
> including ++ in the URL. That is interpreted as a space in my browser (Mozilla).

I suggest you change all the ++ in URLs with %2B which is the only valid way to \
represent a + in a URL!

I could get the correct link from the download area though 8-).

Thank you
Alexis

----------------------------------------------------------------------

> Comment By: Earnie Boyd (earnie)
Date: 2006-12-20 08:56

Message:
Logged In: YES 
user_id=15438
Originator: NO

SF Project Support Request:  1619441

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2006-12-20 08:45

Message:
Logged In: YES 
user_id=15438
Originator: NO

This is an issue with the new SF Mirror coding JS coding.  I'll have to
open a support ticket with them.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1619263&group_id=2435



------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

------------------------------

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest, Vol 7, Issue 4
******************************************


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic