public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/...
@ 2015-09-11  9:31 Chevallier Yves
  2015-09-11 10:45 ` Marco Atzeri
  2015-09-11 11:20 ` Corinna Vinschen
  0 siblings, 2 replies; 3+ messages in thread
From: Chevallier Yves @ 2015-09-11  9:31 UTC (permalink / raw)
  To: cygwin

Hi, 

How can I send this bug report to corinna?

-----Message d'origine-----
De : Chevallier Yves 
Envoyé : vendredi 11 septembre 2015 11:28
À : 'corinna-cygwin@cygwin.com'
Objet : cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/...

Dear Corinna, 

I have found your name on a `strace` log when using `dlopen` on Python. Is it normal?

symlink.check(C:\Users\user\Home\projects\foo\my.dll, 0x28AB88) (0x4022)
   35 2705178 [main] python2.7 16924 path_conv::check: this->path(C:\Users\user\Home\projects\foo\my.dll), has_acls(1)
   37 2705215 [main] python2.7 16924 cwdstuff::get: posix /cygdrive/c/Users/user/Home/projects/foo
   32 2705247 [main] python2.7 16924 cwdstuff::get: (C:\Users\user\Home\projects\foo) = cwdstuff::get (0x8006ECF0, 32768, 0, 0), errno 11
--- Process 14376, exception c0000138 at 7726163E
 3286 2708533 [main] python2.7 16924 seterrno_from_win_error: /home/corinna/src/cygwin/cygwin-1.7.35/cygwin-1.7.35-1.i686/src/src/winsup/cygwin/dlfcn.cc:174 windows error 182
   42 2708575 [main] python2.7 16924 geterrno_from_win_error: unknown windows error 182, setting errno to 13
   36 2708611 [main] python2.7 16924 dlopen: ret 0x0

Depending if I use `python` or `ipython` I get a different behavior for cwdstuff:get. I don't know how to investigate on this. 

Here below what I get from strace when it works: 

symlink.check(C:\Users\user\Home\projects\foo\my.dll, 0x28B728) (0x4022)
   26 10440048 [main] python 12604 path_conv::check: this->path(C:\Users\user\Home\projects\foo\my.dll), has_acls(1)
   23 10440071 [main] python 12604 cwdstuff::get: posix /cygdrive/c/Users/user/Home/projects/foo
   25 10440096 [main] python 12604 cwdstuff::get: (C:\Users\user\Home\projects\foo) = cwdstuff::get (0x8006ECF0, 32768, 0, 0), errno 0
 3405 10443501 [main] python 12604 dlopen: ret 0x5B9C0000   


Regards, 
Yves



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/...
  2015-09-11  9:31 cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/ Chevallier Yves
@ 2015-09-11 10:45 ` Marco Atzeri
  2015-09-11 11:20 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2015-09-11 10:45 UTC (permalink / raw)
  To: cygwin

On 11/09/2015 11:30, Chevallier Yves wrote:
> Hi,
>
> How can I send this bug report to corinna?


This is the right place.

It is usually considered not polite to send e-mail directly
as highlighted on the problem reporting guideline:
https://www.cygwin.com/problems.html

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/...
  2015-09-11  9:31 cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/ Chevallier Yves
  2015-09-11 10:45 ` Marco Atzeri
@ 2015-09-11 11:20 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2015-09-11 11:20 UTC (permalink / raw)
  To: cygwin

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

On Sep 11 09:30, Chevallier Yves wrote:
> --- Process 14376, exception c0000138 at 7726163E
>  3286 2708533 [main] python2.7 16924 seterrno_from_win_error: /home/corinna/src/cygwin/cygwin-1.7.35/cygwin-1.7.35-1.i686/src/src/winsup/cygwin/dlfcn.cc:174 windows error 182

This is not Cygwin's fault, AFAICS.  Cygwin never loads functions by
ordinal.  This is also a bit on the lean side as far as information is
concerned. One can't see how the process calls dlopen, for instance.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2015-09-11 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-11  9:31 cwdstuff::get: error on dlfcn.cc:174 /home/corinna/src/ Chevallier Yves
2015-09-11 10:45 ` Marco Atzeri
2015-09-11 11:20 ` Corinna Vinschen

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