public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: setup-2.243 Crash / Install from Local Directory / WinXP
@ 2002-05-22  8:50 Robert Collins
  0 siblings, 0 replies; 7+ messages in thread
From: Robert Collins @ 2002-05-22  8:50 UTC (permalink / raw)
  To: Max Bowsher, cygwin



> -----Original Message-----
> From: Max Bowsher [mailto:maxb@ukf.net] 
> Sent: Wednesday, May 22, 2002 11:19 PM

> But the setup.exe does run, and does reproduce the crash.

Good.
 
> At the moment, I'm building it cygwin1.dll-linked. Would you 
> post a MinGW build recipe when you have time?

http://sources.redhat.com/cygwin-apps/setup.html.

Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: setup-2.243 Crash / Install from Local Directory / WinXP
@ 2002-05-23  7:04 Robert Collins
  0 siblings, 0 replies; 7+ messages in thread
From: Robert Collins @ 2002-05-23  7:04 UTC (permalink / raw)
  To: Cliff Hones, cygwin



> -----Original Message-----
> From: Cliff Hones [mailto:cliff@aonix.co.uk] 
> Sent: Thursday, May 23, 2002 12:23 AM
> To: cygwin@cygwin.com
> Subject: Re: setup-2.243 Crash / Install from Local Directory / WinXP
> 
> 
> Robert Collins <robert.collins@itdomain.com.au> wrote:
> 
> > C'mon Max, you *know* I need more detail than that.
> > 
> > Install from Local works fine here. Even though it's only a 
> snapshot, 
> > I wasn't aware of any -bugs- in the release.
> 
> Why doesn't http://cygwin.com/ml/cygwin/2002-05/msg01210.html 
> count as a bug?  Is it because it was on W98?

"I wasn't". That is - when I released it, I released it bug-free AFAIK.
I test setup before releasing even snapshots :}.

Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: setup-2.243 Crash / Install from Local Directory / WinXP
  2002-05-22  9:53   ` Re[3]: " Pavel Tsekov
@ 2002-05-22 12:24     ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2002-05-22 12:24 UTC (permalink / raw)
  To: cygwin

On Wed, May 22, 2002 at 04:32:13PM +0200, Pavel Tsekov wrote:
>Wednesday, May 22, 2002, 2:34:47 PM, you wrote:
>
>PT> I can confirm this - here is the output shown from Dr. Mingw JIT:
>
>I'm not sure this is the same crash but the crash I'm reporting is
>easy reproducable and I think it is not the expected behaviour :)
>Here is more info on it..
>
>The crash is caused by this code from IniParseFindVisitor.cc, line 62:
>
>  /* Copy leading part of path to temporary buffer and unescape it */
>
>  String prefix (&basePath.cstr_oneuse()[baseLength + 1]);
>  String mirror = rfc1738_unescape_part (prefix.substr(0,prefix.size() - 1));
>
>  baseLenght - the length of the fullpath to the local package dir
>  basePath - the full path of a directory we are currently scanning
>             with FindFirstFile and friends.
>
>When scannin the local package directory itself prefix would be with
>zero length. Now prefix.size() will result in 0 thus this call
>prefix.substr(0,prefix.size() - 1) will look like this
>prefix.substr(0, -1) i.e. give me the whole string. Ok fine...
>Now take a look at String::substr:

Heh.  Sounds very similar to the problem that I fixed in the branch.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: setup-2.243 Crash / Install from Local Directory / WinXP
  2002-05-22  7:32 Robert Collins
  2002-05-22  7:42 ` Re[2]: " Pavel Tsekov
  2002-05-22  8:47 ` Max Bowsher
@ 2002-05-22  9:47 ` Cliff Hones
  2 siblings, 0 replies; 7+ messages in thread
From: Cliff Hones @ 2002-05-22  9:47 UTC (permalink / raw)
  To: cygwin

Robert Collins <robert.collins@itdomain.com.au> wrote:

> C'mon Max, you *know* I need more detail than that.
> 
> Install from Local works fine here. Even though it's only a snapshot, I
> wasn't aware of any -bugs- in the release.

Why doesn't http://cygwin.com/ml/cygwin/2002-05/msg01210.html count
as a bug?  Is it because it was on W98?

-- Cliff



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: setup-2.243 Crash / Install from Local Directory / WinXP
  2002-05-22  7:32 Robert Collins
  2002-05-22  7:42 ` Re[2]: " Pavel Tsekov
@ 2002-05-22  8:47 ` Max Bowsher
  2002-05-22  9:47 ` Cliff Hones
  2 siblings, 0 replies; 7+ messages in thread
From: Max Bowsher @ 2002-05-22  8:47 UTC (permalink / raw)
  To: cygwin

Robert Collins <robert.collins@itdomain.com.au> wrote:
> C'mon Max, you *know* I need more detail than that.
> Install from Local works fine here. Even though it's only a snapshot, I
> wasn't aware of any -bugs- in the release.
>
> Rob

Yes. I was hoping it would happen on your machine too. Given that it doesn't, I
understand that there is nothing you can do directly to help with this.
However, I don't really have any more detail to give. It doesn't run long enough
to create any log files. I guess I need to build setup myself, and throw some
extra logging in there to isolate the problem.

So... I untar the setup source from cygwin.com/setup-snapshots, ./configure,
make

And get an error - implicit declaration of mkdir_p(). Ok - I fix this by moving
#include "mkdir.h" outside an #if defined(WIN32) && !defined (_CYGWIN_) section.

At the end of the build, I get a rather worrying warning:
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000

But the setup.exe does run, and does reproduce the crash.

At the moment, I'm building it cygwin1.dll-linked. Would you post a MinGW build
recipe when you have time?

Thanks,

Max.

Minor unrelated thing: An a.exe is created in the build directory. It is an
invalid Win32 application.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: setup-2.243 Crash / Install from Local Directory / WinXP
@ 2002-05-22  7:32 Robert Collins
  2002-05-22  7:42 ` Re[2]: " Pavel Tsekov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Robert Collins @ 2002-05-22  7:32 UTC (permalink / raw)
  To: Max Bowsher, cygwin

C'mon Max, you *know* I need more detail than that.

Install from Local works fine here. Even though it's only a snapshot, I
wasn't aware of any -bugs- in the release.

Rob

> -----Original Message-----
> From: Max Bowsher [mailto:maxb@ukf.net] 
> Sent: Wednesday, May 22, 2002 10:17 PM
> To: cygwin@cygwin.com
> Subject: setup-2.243 Crash / Install from Local Directory / WinXP
> 
> 
> setup-2.243 crashes just after clicking next on the select 
> local package directory stage, when in Install from Local 
> Directory mode.
> 
> I know its only a snapshot, but this is just so you are aware 
> of the bug.
> 
> setup-2.218.2.9 works fine.
> 
> Max.
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* setup-2.243 Crash / Install from Local Directory / WinXP
@ 2002-05-22  7:09 Max Bowsher
  0 siblings, 0 replies; 7+ messages in thread
From: Max Bowsher @ 2002-05-22  7:09 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

setup-2.243 crashes just after clicking next on the select local package
directory stage, when in Install from Local Directory mode.

I know its only a snapshot, but this is just so you are aware of the bug.

setup-2.218.2.9 works fine.

Max.

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2688 bytes --]

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

end of thread, other threads:[~2002-05-23  9:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-22  8:50 setup-2.243 Crash / Install from Local Directory / WinXP Robert Collins
  -- strict thread matches above, loose matches on Subject: below --
2002-05-23  7:04 Robert Collins
2002-05-22  7:32 Robert Collins
2002-05-22  7:42 ` Re[2]: " Pavel Tsekov
2002-05-22  9:53   ` Re[3]: " Pavel Tsekov
2002-05-22 12:24     ` Christopher Faylor
2002-05-22  8:47 ` Max Bowsher
2002-05-22  9:47 ` Cliff Hones
2002-05-22  7:09 Max Bowsher

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).