在 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
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
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
], 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
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
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
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
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
)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
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!
>
>
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
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
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
?
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
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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.
> >
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
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
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
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
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
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
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
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.
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
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
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/
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
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/
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
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
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
44 matches
Mail list logo