Re: Alignment of .text sections in object files

2022-05-23 Thread LIU Hao
在 2022-05-23 23:21, Richard Campbell 写道: On Mon, May 23, 2022 at 8:03 AM LIU Hao wrote: So my question is, is it really necessary for .text sections in object files to be aligned to 16-byte boundaries? And could you please kindly elaborate it a little? I believe the relevant requirement is

Alignment of .text sections in object files

2022-05-23 Thread LIU Hao
ere are many PE experts there.' So my question is, is it really necessary for .text sections in object files to be aligned to 16-byte boundaries? And could you please kindly elaborate it a little? Thanks in advance. [1] https://sourceware.org/bugzilla/show_bug.cgi?id=29145 -- B

Request for catalogue

2021-08-25 Thread David Liu via Cygwin
included in the proforma invoice. Thanks and best regards. we await your earliest reply. David Liu IMEX Sourcing service E-mail: o-lightin...@ovovs.com mailto:o-lightin...@ovovs.com Phone: +86 1326532 2461 Wechat: markkyyo https://imexsourcingservices.com/ -- Problem reports: https

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-16 Thread Xiaofeng Liu via cygwin
], NULL, create_task, (void*)i); } // wait for create_task thread for (size_t i = NTHR_HANDLE_JOB; i < threads.size(); ++i) { pthread_join(threads[i], NULL); } jobs.enqueue(0); // wait for handle_job thread for (size_t i = 0; i < NTHR_HANDLE_JOB; ++i) pt

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
in.com Sent: Friday, December 1, 2017 9:15 AM Subject: Re: mixed usage of lock protection and lock-free List template class in thread.h On Dec 1 16:45, Xiaofeng Liu via cygwin wrote: > Lock protection and lock-free should never be mixed ! > ​https://cygwin.com/git/gitweb.cgi?p=newlib-c

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
t: Re: mixed usage of lock protection and lock-free List template class in thread.h On Dec  1 16:45, Xiaofeng Liu via cygwin wrote: > Lock protection and lock-free should never be mixed !  > ​https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/thread.h;hb=1f42d

Re: mixed usage of lock protection and lock-free List template class in thread.h

2018-02-13 Thread Xiaofeng Liu via cygwin
ept increasing to a few hundred MB, and I suspect there is a MEMORY LEAK in cygwin kernel.  I hope the format will be good. If not, I will try again. Thanks.  From: Corinna Vinschen To: cygwin@cygwin.com Sent: Friday, December 1, 2017 9:15 AM Subject: Re: mixed usage of lock protection an

fseek(...,SEEK_CUR) calls _fflush_r(ptr, fp) in read only mode

2017-12-01 Thread Xiaofeng Liu via cygwin
Thanks. Xiaofeng Liu -- 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

mixed usage of lock protection and lock-free List template class in thread.h

2017-12-01 Thread Xiaofeng Liu via cygwin
)2>::_M_dispose() () The problem with the current implementation for concurrent insert and delete is explained at WikipediaNon-blocking linked list My question is how to solve this ? Adding lock protection in List_insert (removing lock-freee) or implementing a complete lock-free Li

Re: Want to build Win32 API code and Posix API code in Cygwin

2014-02-24 Thread Qw Liu
arate library" is another method I'm trying for long-term resolution, but is there any approach I can have a quick try w/o stbility and performance consideration? Thanks a lot and appreciated for your reply! 2014-02-24 17:55 GMT+08:00 Andrey Repin : > Greetings, Qw Liu! > >

Want to build Win32 API code and Posix API code in Cygwin

2014-02-23 Thread Qw Liu
Hi All, I have legacy code (part A) written in Posix API that I want to port to Windows, and there is also some other necessary code (part B) written in Win32 API, but seems that I cannot use GCC on Cygwin to build them (A and B) together to get the executable program, since I met issue like "h

Serial Port (FTDI driver) for Cygwin?

2010-11-20 Thread C Liu
I have an USB-serial device connected to a Windows XP PC that shows up as COM7 under Windows and works fine. But with the same hardware combination I looked in Cygwin under /dev/ and did not see a COM7 item. Am I missing a driver? Please help! Thank you! -- Problem reports: http://cygwin.com

Re: sshd - inconsistent app behavior vs console

2007-12-22 Thread Derek Lei Liu
This problem has dragged me for a long time. ( i was trying to make devenv.exe work through sshd on cygwin). My conclusion is that you can use password authentication, otherwise it won't work. (if you use password authentication, it should work, otherwise you have different problem). My underst

Re: still having problem: devenv through sshd

2007-12-19 Thread Derek Lei Liu
? thanks Derek - Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 19, 2007 2:48 AM Subject: Re: still having problem: devenv through sshd On Dec 18 17:34, Derek Lei Liu wrote: Kind of wondering if this thing ever work for a

still having problem: devenv through sshd

2007-12-18 Thread Derek Lei Liu
Hi, Kind of wondering if this thing ever work for anyone. A few weeks back, i had problem to run "devenv" build script through sshd on windows 2003 server. here is the thread: http://sourceware.org/ml/cygwin/2007-11/msg00473.html The symptom was basically the same script can be executed from

Re: can't run devenv through sshd

2007-11-25 Thread Derek Lei Liu
a windows local account. While i tried to change this setting to Local User. Regardless what i put in there, the service won't start. Just wonder what should be the right setting for Log On. thanks Derek On Nov 20, 2007 11:23 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > On 20 November 20

Re: can't run devenv through sshd

2007-11-20 Thread Derek Lei Liu
just go ahead to try local user with password authentication enabled? thanks Derek On Nov 20, 2007 10:35 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > On 20 November 2007 18:26, Derek Lei Liu wrote: > > > I checked the archive and did checking "whoami", it gives back co

can't run devenv through sshd

2007-11-20 Thread Derek Lei Liu
I am relatively new to cygwin world, so please bear with me for any naive questions. Basically i have 2003 server with cygwin running, i also have the opensshd running which comes from cygwin package. i can ssh into 2003 server no problem, but for some reason, i can't run devenv.exe or devenv.com (

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-18 Thread Leo Liu
andy wang gmail.com> writes: > > > > > crosstool is discussed in this mailing list: crossgcc sourceware.org . > > > > Please send email there for crosstool questions. > > > > -- > > Christopher Faylor spammer? -> aaaspam sourceware.org > > Cygwin Co-Project Leader

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-18 Thread Leo Liu
andy wang gmail.com> writes: > > > > > But there is a little issue when i'm using command: > > "mount -o cygexec -o managed /cygdrive/d/testdir1 /testdir2". > "man mount" you can see the help the mount. you can always find some > answers if you try "man your-command". > The first path is Windows

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-17 Thread Leo Liu
andy wang gmail.com> writes: > > > > > But there is a little issue when i'm using command: > > "mount -o cygexec -o managed /cygdrive/d/testdir1 /testdir2". > "man mount" you can see the help the mount. you can always find some > answers if you try "man your-command". > The first path is Windows

Re: something goes wrong while compiling linux kernel under cygwin

2006-12-17 Thread Leo Liu
l already notice this, so when you installed and > select the gcc and kernel to compile, it will compile ok most of time > because it already skip the modules which can cause that problem. > > Good luck > > Regards, > Andy > > On 12/16/06, Leo Liu gmail.com> wr

something goes wrong while compiling linux kernel under cygwin

2006-12-16 Thread Leo Liu
Hi, i'm a newbie to use cygwin under windows. I have known steps of compiling kernel under Linux. For some reason, i want to compile linux kernel under Windows now. But i met some problems which stops me to continue. The error stdout like this: [EMAIL PROTECTED] /kernel/linux-2.6.16.36 $make co

more about above two question

2006-08-18 Thread John Liu
Sorry, all. Just now the Tcl/Tk and DL_Poly problem produce two files suffix as .stackdump. What that mean. Means the scripts has problem or Cygwin has problem? If the problem of scripts, why both of them can run under other Linux/Unix system. Thanks, John Liu -- View this message in context

a question about runing DL_Poly

2006-08-18 Thread John Liu
ygtls::handle_exceptions: Error while dumping sta te (probably corrupted stack) Anybody tell me why? Thanks John Liu -- View this message in context: http://www.nabble.com/a-question-about-runing-DL_Poly-tf2130628.html#a5880491 Sent from the Cygwin Users forum at Nabble.com. -- Unsubscribe

about a Tcl/Tk and cygwin question

2006-08-18 Thread John Liu
Dear Cygwin friends, I installed Cygwin and Cygwin/X into my PC. It works well. But today when I ran a program to test a Tcl/Tk script. It cannot works well. I test these scripts on other Linux or Unix system. It works well. Definitely, in other unix/linux system, I compile quads.f file to quad

Re: base-files-mketc.sh hangs

2005-12-27 Thread Liu Haibin
On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote: > > > > I tried to run /etc/postinstall/base-files-mketc.sh in the shell and > > > > it ran ok. Any idea what went wrong? > > > > > > Not really -- there isn't enough information in your report. Please > > > read and follow the Cygwin problem

Re: base-files-mketc.sh hangs

2005-12-26 Thread Liu Haibin
I tried changing base-files-mketc.sh to base-files-mketc.sh.done and it started to hang at cygwin-doc.sh On 12/27/05, Liu Haibin <[EMAIL PROTECTED]> wrote: > On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote: > > > I got a problem after I reinstalled cygwin. > >

Re: base-files-mketc.sh hangs

2005-12-26 Thread Liu Haibin
On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote: > > I got a problem after I reinstalled cygwin. > > /etc/postinstall/base-files-mketc.sh hangs there everytime I install > > packages. > > This is obviously not normal. Do you press "Cancel" to interrupt it? Yes, I do. > > And it will produc

base-files-mketc.sh hangs

2005-12-26 Thread Liu Haibin
Hi, I got a problem after I reinstalled cygwin. /etc/postinstall/base-files-mketc.sh hangs there everytime I install packages. And it will produce some log files like setup.log.postinstallXa00156 under /var/log. I tried to run /etc/postinstall/base-files-mketc.sh in the shell and it ran ok. Any id

error on installing new packages for the third-party cygwin

2005-12-19 Thread Liu Haibin
Hi, I'm using a product which integrates cygwin. I wanted to install a new package into this cygwin but after installation, I got an error message when I ran the newly installed package. "The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll" I googled

how to install software in cygwin without installer

2005-11-09 Thread Liu Haibin
Hi, I'm using a product which integrates a cygwin. I want to install some software like gcc in this cygwin. But the problem is this cygwin doesn't have a installer. Any idea how I can install software in this special cygwin? Regards, Haibin -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: problem of cron in cygwin xp, final solution!

2003-09-30 Thread Chunyu Liu
u should have gotten the error about cygwin1.dll. Hope this helps, Igor On Tue, 30 Sep 2003, Chunyu Liu wrote: Igor, This link you gave me is the final solution. I experienced exactly the same problem as Andrew described. To make the life easier for the other followers: 1. Need to set

Re: problem of cron in cygwin xp, final solution!

2003-09-30 Thread Chunyu Liu
ygwin\bin\bash' --login -i or $ at /interactive 12:19 c:\\cygwin\\bin\\bash --login -i or run it from a command prompt. Igor On Tue, 30 Sep 2003, Chunyu Liu wrote: Igor, This is a error in the application one: "The description for Event ID ( 0 ) in Source ( cron ) cannot

Re: problem of cron in cygwin xp

2003-09-30 Thread Chunyu Liu
refinesearch.html#domain>). So, you'd search for something like '"at /interactive" site:cygwin.com'. Igor On Tue, 30 Sep 2003, Chunyu Liu wrote: Igor, windows event log does contain something, but I can't understand them. "The description for Event

Re: problem of cron in cygwin xp

2003-09-30 Thread Chunyu Liu
orks. The instructions for getting a system-owned shell can easily be found by searching Google for "system-owned shell cygwin". Igor On Tue, 30 Sep 2003, Chunyu Liu wrote: Igor, Thank you for the help. I tried to follow your instruction, but no luck to get it work. 1. cron_diagnosis.

Re: problem of cron in cygwin xp

2003-09-30 Thread Chunyu Liu
ple instead of just one. For your convenience, I'm redirecting this query to the Cygwin list. More replies below. On Mon, 29 Sep 2003, Chunyu Liu wrote: Dear Igor Pechtchanski, I noticed that you've been trying discussed this problem in the forum. But I don't know whether you had

HDF libary

2003-08-27 Thread Guosheng Liu
I am wondering whether somebody successfully compiled HDF libaries (http://hdf.ncsa.uiuc.edu/) under CYGWIN. thanks. Guosheng Liu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

how to debug dll compiled from cygwin in windows

2003-08-02 Thread Liu
and CCC.dll in one environment like Visual C? Or Any other choices? Thanks Liu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

WinXP box crashed on starting OfficeXP

2002-12-03 Thread Stephen Liu
the WinXP box being unstable. How to rectify this problem? Thanks in advance. Stephen Liu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http

Screen size question

2002-09-26 Thread Stephen Liu
advise how to make it. Thanks in advance. Stephen Liu -- 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/

Re: ssh -X Protocol 2 fails to pass Ctrl-C

2002-09-21 Thread Arthur Hon Sey Liu
ccurs even when remote machine's sshd has "X11Forwarding no" set in sshd_config. - is independent of the authentication method. Any ideas? Cheers, Arthur -- Arthur Hon Sey Liu <[EMAIL PROTECTED]> School of Computer Science and Engineering The University of New South

Re: Files transfer question

2002-09-17 Thread Stephen Liu
of this package? Thanks Stephen >In any case the cygwin-xfree list isn't raelly the place for this >question, maybe the standard cygwin list if this doesn't solve the problem. > > > > > > >> > >> > >> -Original Message- > &g

Unresolved Symbols in g77 objects

2002-03-26 Thread Liu, Wei
definitely are not in my source code but created by g77. Here are those symbols: _s_wsfe _do_fio __alloca How can I solve those unresolved symbols? Thanks! Wei Liu [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html