d issue, I can't use the search function in the mail
archives - it always times out on me ...
Thomas Mellman
[EMAIL PROTECTED]
Mobile +49/162/806-8405
Fax +49/1212/5 115 48 103
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp
, compiled cdrecord 1.11a39 with it and fifo works
flawlessy! not a single buffer underrun up to now. that means the bug
was introduced sometime between 1.1.18 and now (i never used cygwin
before).
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting
also the exact same error appears with cdrdao
(http://sourceforge.net/projects/cdrdao).
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http
hello,
is there a cygwin archiv available? i'd like to get pre-1.3
distributions, including version-matching devel soft (gcc, make, ...).
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation:
>> i'd like to get pre-1.3
>> distributions, including version-matching devel soft (gcc, make, ...).
> Why?
the most recent one is broken, see "1.3.15 (and earlier): cdrecord fifo
bug" from today sent to the list by me.
why aren't they available? any c
hello,
trying to compile sth. with gcc-3.2 [gcc version 3.2 20020927
(prerelease)] the make script hangs at:
checking if mmap works to get shared memory...
i can see a conftest.exe running in the taskmanager using 100%
resources, but after 10 minutes it is still running.
when i use gcc 2.95 i ca
Max Bowsher <[EMAIL PROTECTED]> wrote:
> Well, theoretically, you could rebuild an older version from cvs. But it
> would probably be easier to help track down the bug and get it fixed.
oh i am more than willing to help. just that noone replied to my
bugreport yet :)
thomas
--
ported :) i did contact the developer of cdrecord, jörg schilling,
and as mentioned in my first post he thinks this is a cygwin scheduling
bug. in fact he asked me to make a bug report to the mailing list.
i'm not really familiar with gdb and strace but i'll give it a whirl and
report back.
th
d uses for buffers. nothing to do
with mkfifo and the like.
i will post a new detailed bug report in a few minutes, since the old
one didn't really describe the problem (and has a wrong subject).
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug repor
lushes" them in one
go while 1.1.8 reads/writes small chunks synchronous.
thomas
ps. here are the strace lines:
1.1.18:
28 3862029 [main] mkisofs 668 fhandler_base::read: returning 1024 chars, binary mode
25 3862054 [main] mkisofs 668 _read: 1024 = read (3<001/testfile>, 0xA011F2
Max Bowsher <[EMAIL PROTECTED]> wrote:
> thomas <[EMAIL PROTECTED]> wrote:
>> it seems that the pipe code with recent cygwin versions causes a
>> performance problem when much data (3.6 MB per second in this case) is
>> transferred from one program to another.
&
well i'm a bit lost here. can someone point me in some direction what to
do next? where is the relevant code, i figured it must be pipe.cc and
tty.cc or is there some other place?
also do i have to recompile the binaries when i build a new cygwin1.dll
to test the changes?
t
nd the only constant that changes is cygwin, wouldn't
every fan of logic scream out loud then: it's cygwin! :)
anyway i'll try to provide more information and will do some additional
testing. and i'll write the cdrecord developer about my new findings and
see what he thinks abo
to make them with smake under cygwin.
You can get smake sources from here:
ftp://ftp.fokus.gmd.de/pub/unix/smake/alpha/smake-1.2a18.tar.gz
> [ See what you can do about that broken shift key, OK? ]
Sorry :)
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug report
=/dev/null
real0m7.205s
user0m2.794s
sys 0m4.467s
$ time cat test.iso | nice --1 dd of=/dev/null
real1m51.428s
user0m0.107s
sys 0m0.015s
I've briefly looked through the pre-1.3x sources and i can't find
sched.cc there or sth. of the like, how was it handled back then
s are involved
something terrible happens.
I can reproduce this with any of the following combinations i tried:
cat | nice --1 dd
mkisofs | nice --1 dd
mkisofs | cdrecord
mkiosfs | cdrdao
Just FYI cdrecord and cdrdao already set a very high priority internally.
thomas
--
Unsubscribe info:
Robert Collins <[EMAIL PROTECTED]> wrote:
> On Wed, 2002-11-27 at 00:25, thomas wrote:
>> SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS)
>> SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL)
> If you do that, expect to get a hung system r
nds delay on a 700MB file.
It doesn't happen with --0 at all. So i looked what peek_pipe in
select.cc does but i didn't find anything suspicious (or is readv
responsible here?).
Now before i continue to dig through more code i'd greatly appreciate if
someone can confirm that this
t;is_slow () || fh->get_r_no_interrupt ()))
debug_printf ("non-interruptible read\n");
else if (!fh->ready_for_read (fd, wait, 0))
{
if (!wait)
set_sig_errno (EAGAIN); /* Don't really need 'set_sig_errno' here, but... */
else
set_sig_errno (
thomas <[EMAIL PROTECTED]> wrote:
>26 245082 [main] dd 3100 readv: DEBUG 1.a syscalls.cc
>23 245105 [main] dd 3100 readv: DEBUG 1.b syscalls.cc
>23 245128 [main] dd 3100 readv: DEBUG 2.a syscalls.cc
>23 245151 [main] dd 3100 readv: readv (0, 0x240FD9C, 1) blo
Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 28, 2002 at 01:20:46AM +0100, thomas wrote:
>>Christopher Faylor <[EMAIL PROTECTED]> wrote:
>>
>>> If there is no data in a pipe it can wait for 10ms waiting for it, yes.
>>> See ready_for_re
debug_printf ("%d = write (%p, %d)", res, ptr, len);
return res;
There's nothing to wait for or is there.
DEBUG 8.h is the WaitForSingleObject.
Maybe i'm still looking at the wrong place.
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug r
. Just that it broke sth. else.
I already did some mkisofs | cdrecord checks and it also works
perfectly!
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ
well i guess nobody considers this a problem ... too bad for the
cdrecord/cdrdao users out there.
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ
ust've been
a reason why the checks were added, and so it *might* completely brake
another application.
I cannot fix that problem. So i was hoping with the work i've done
someone who is familiar with the code can.
I will post a 4th thread on this summarizing the problem.
thomas
--
Unsubs
it. If you have ideas, you should post them.
Now that's finally a statement on the issue.
thomas
--
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/
be send again?
I will do some more thourough tests and will report back.
Thanks so far!
thomas
--
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/
not terribly slower
like in 1.3.17 :)
Anyway, with the first snapshot cdrdao completely locks up my XP. I had
no time to run some debugging on it, neither have i tried the new
snapshot yet. It is probably fixed there already. I'll try tomorrow and
report back.
thomas
--
Unsubscribe info:
THANK YOU for posting to my FFA Page, Free Classified or Search
Engine Submission site. This is a 'Time Delay' confirmation of your
posting. You agreed to receive this message when you posted. There is
no need to request removal as you will only receive this ONE TIME
message from us. If you pos
hi,
i want to compile cygwin apps in linux. i've searched both the cygwin and
the cygwin-dev lists but i can't seem to find much information about it.
cgf apparently does it and knows how to do it.
so if someone can point me in a direction that'd be great.
thomas
--
Unsubscribe
the one i've found
which was quite outdated (b20, egcs 1.1.x) but didn't find anything.
maybe cgf wants to share a bit of his wisdom? :)
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: ht
Im trying to build gtk+ static in windows,
but i cant get it to work.
ive managed to compile glib,
and ive got some *.a files.
but when ill run ./configure in gtk directory,
it says glib is not installed..
anyone wanna help me out with building gtk+ static?
--
Unsubscribe info: http://c
I need the GTK+ libs precompiled static for windows..
if u got it please mail me or reply to the mailing list..
Thomas Martinsen
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http
On Fri, Sep 27, 2002 at 02:54:17PM -0400, Harig, Mark A. wrote:
> You might need to create the text file ~/.inputrc,
> and add the line:
>
> "\e[2~": paste-from-clipboard
Am I right in guessing that you're an emacs user?
Unless I'm configuring it wrong, I think the mapping
functionality of read
_ACCESS_VIOLATION
If further testing needs to be done i'm available.
Thanks,
Thomas
--
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/
iated because no debug_printf information
makes hunting bugs very difficult.
I did also replace all the .exe files from the utils dir to /bin, i'm not
sure this was a wise decission, they appear pretty ... bloated.
thanks
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp
even though one line
of code was actually removed.
Anyway it all appears to be working now.
thomas
--
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/
s perfectly. I'm gonna debug it some more and see if i can
find what makes the difference.
thomas
--
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/
no=425, sizeof=96
20 7342492 [main] cdrdao 376 fstat64: 0 = fstat (3, 0x22F604)
24 7342516 [main] cdrdao 376 mmap64: addr 0, len 1065975808, prot 3, flags 22, fd
-1, off 0
397 7342942 [main] cdrdao 376 seterrno_from_win_error:
../../../../cygwin/winsup/cygwin/mmap.cc:927 windows error 1455
environment works perfectly.
> The 1.3.22 environment wouldn't be using a different gcc version by any
> chance?
Actually no, they are both "gcc version 2.95.3-10 (cygwin special)". However
that gave me the idea to build the same source with "gcc version 3.3.1
o much spare time to deal with this.
Regards,
Thomas.
--
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/
that the person that made this
change could know what is causing this. Maybe. Could a virus checker
(Nod32) be causing this? Well, in the meantime I downgraded again.
Regards,
Thomas.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com
Kerio, Agnitum or ZoneAlarm Personal Firewall
But this doesn't cause problems with the older version I'm using now.
Thanks for your advice.
Regards,
Thomas.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pro
I wrote a simple program to test an open source library I am planning to
use in a development project. I want the project to be supported on
different compilers, including the GCC compiler included with Cygwin. I
have been able to successfully build my test application using the
Micrsoft and
Earlier, I tried almost exactly what you suggested before posting my
question, and it worked fine with the Cygwin compiler. Would it be
helpful if I actually provided the headers the library is using?
Max Bowsher wrote:
Tron Thomas wrote:
I wrote a simple program to test an open source
. I suppose I could try changing the code
to what you actually suggested and see if that works.
Max Bowsher wrote:
Tron Thomas wrote:
Earlier, I tried almost exactly what you suggested before posting my
question, and it worked fine with the Cygwin compiler. Would it be
helpful if I actually
some circumstances it might work, and in others it won't. Probably best
to avoid it since it is unreliable.
Thank you.
Robert Collins wrote:
On Fri, 2003-03-21 at 08:01, Tron Thomas wrote:
I'm sorry. I misread what you wrote. I thought you were suggesting
that I try the #elif dire
I have written a Windows OpenGL program which I can successfully build
and run using both the Borland and Microsoft compilers. When I try to
run the same program after building it with the Cygwin GCC compiler, I
get a segmentation fault. I'm very puzzled by this as the program works
fine when
XTURE_2D, 0);
::glDeleteTextures(1, &g_nTexture);
::wglMakeCurrent(NULL, NULL);
::wglDeleteContext(g_hContext);
}
It is trying to test the DevIL image library.
Reid Thompson wrote:
posting the code might get someone interested in looking at the issue
--
thanks,
reid
-Origina
Earlier I had posted a message concerning I segmentation fault I get
when I build an OpenGL application using the GCC compiler on Cygwin. I
have since discovered that the debugger spits out some information when
the segmentation fault occurs. The is what it says:
Program received signal SIGSE
Gerrit P. Haase wrote:
Thomas schrieb:
Gerrit P. Haase wrote:
Thomas schrieb:
Gerrit P. Haase wrote:
Hallo perl5-porters,
successfully builded bleadperl with threads the first time,
many thanks to the Wizard of Perl!
I was able to build perl 5.8.0-1 with threads that has passed all tests
x27;s my impression that if
that was the case, you would've heard from that person already. So I'm
recommending you don't hold your breath waiting for that nice, simple
solution to come your way. ;-)
Larry
Original Message:
-
From: Tron Thomas [EMAIL PROTECTED]
Da
Brian Ford wrote:
I have been seeing this for a few days now. I will investigate further
when I have more time, but I thought I would give Thomas Pfaff and others
a heads up.
It is failing with:
Assertion failed: (awoken == NUMTHREADS - canceledThreads), file
/home/ford/downloads/cygwin/winsup
ty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run test1.v
Starting program: /usr/home/thomas/Dev/Verilog7/vxl test1.v
Error creating process /usr/home/thomas/Dev/Verilog7/vxl, (error 193)
I attached the 'cygcheck -s -v -r > cygcheck.out' file.
ith
button 3 and then paste the whole range.
With rxvt, you can select a range in the same manner, but what you get seems
not only incomplete, but nondeterministic.
(I mentioned this prviously, some months ago, both in this forum and at www.rxvt.org)
--
Thom
Do an
ls --show-control-chars
from ls --help:
--show-control-chars show non graphic characters as-is (default
unless program is `ls' and output is a
terminal)
I have
alias ls=/bin/ls.exe --show-control-chars
in my /etc/profile.
Ciao
Tom
Thomas D
Brian Ford wrote:
On Fri, 28 Mar 2003, Thomas Pfaff wrote:
Brian Ford wrote:
It is failing with:
Assertion failed: (awoken == NUMTHREADS - canceledThreads), file
/home/ford/downloads/cygwin/winsup/testsuite/winsup.api/pthread/condvar9.c,
line 229
A simple debug shows:
pthread/condvar9.c: awoken 8
I am writing a Win32 application using the Cygwin development tools. I
have a problem in that the program dies immediately when I try to run
it. I've tried debugging the program using GDB. I set a breakpoint at
the beginning of the main function (WinMain). The program exits with a
return co
duce patch.
I join to this mail my program and the cygcheck.out
[EMAIL PROTECTED]
--
Thomas Burg[EMAIL PROTECTED]Promo 2005 EFREI
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://
ECTED]
--
Thomas Burg[EMAIL PROTECTED]Promo 2005 EFREI
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Jun 08 17:57:24 2003
Windows XP Professional Ver 5.1 Build 2600
Path: C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
c:\WINDOWS\sys
ome tests and my constructors are run from
do_global_ctors if they are in the executable and from
dll_list::init if they are in a dll.
In both cases they are run when the cygwin dll is completely initialized.
Thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem repo
tefull if
you could just point me to the appropriate page. I have seen the
script mkcygwget but would like to know how to obtain the corresponding
source to make a source CD too.
sincerely
B Thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: h
a look at it.
regards
B Thomas
On Tue, Jun 10, 2003 at 03:16:45PM +0100, Max Bowsher wrote:
> B Thomas wrote:
> > Hi,
> > I would be gratefull if you could help with the following problem:
> >
> > I am trying to make a CD so that cywin binary/source can be installed
:18PM +0200, Andrew Markebo wrote:
> / B Thomas <[EMAIL PROTECTED]> wrote:
> | Hi,
> | I would be gratefull if you could help with the following problem:
> | [...]
> | So I mirrored a cygwin ftp archive and burned them onto a CD. However when
> | I try to install from the CD
originally posted. It was then we
decided to make the effort to get his computer to my place. Please
correct me if I am wrong but this seems to indicate the problem here was
not that of the top level directory. Could you kindly point me to the
web page where you read about this problem .
sincerely
B
Hi,
I did not mean to offend anyone. I do have strong feelings about such
things. I will certainly try to make this CD and put instructions on my
web page to do the same. Thank you for you paitence and understanding.
sincerely
B Thomas
On Tue, Jun 10, 2003 at 05:22:59PM -0400, Larry Hall wrote
his seems like reinventing the wheel. Alternatively is it better to
hack the setup.exe code to do all this. I haven't read the code so am
not very sure if it is portable .
sincerely
B Thomas
On Tue, Jun 10, 2003 at 06:26:26PM -0400, Larry Hall wrote:
> B Thomas wrote:
> >Hi,
> >I
Here are the scripts I used, some explaination is also in another post
to this thread :
---
#!/bin/sh
# Script to check the dependencies of packages in the Cygwin distribution
# The script needs the file CDindex.txt and depend
Rasmus Hahn wrote:
On Tue, Jun 10, 2003 at 09:25:43AM +0200, Thomas Pfaff wrote:
Rasmus Hahn wrote:
Hello,
i am using cygwin on my Windows2000 and my c++ program segfaults
when using pthread-mutexes. In particular i am using a lot of
mutexes from within constructors of static objects. These
Rasmus Hahn wrote:
Hi Thomas,
Problem solved: it was not the mutex but the but the pthread_mutexattr_t
that caused the error. cygwin's pthread_mutexattr_init () function checks
if its argument points to a valid object. If the pthread_mutexattr_t's
value still points to a valid obje
return EAGAIN instead of ENOMEM.
Thomas
--
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/
[EMAIL PROTECTED]
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com
in*
/bin/cygwin1.dll*
I used (a while ago) iu-config to create the files in /etc.
and:
$ whence login
/cygdrive/d/cygwin/bin/login
$ echo $CYGWIN
ntsec
Any help will be appreciated...
--
T
t, it's O'Reilly.
--
Thomas Mellman
[EMAIL PROTECTED]
__
Wie ware das: mehrere E-Mail Adressen - aber nur ein Postfach ?
Kein Problem mit WEB.DE FreeMail - http://freemail.web.de/?mc=021127
--
Unsubscribe info:
ing to makes sense of a *lot* of
> new information.
Try
http://www.cygwin.com/ml/cygwin/2002-09/ (or
http://www.cygwin.com/ml/cygwin/2002-10)
It works great for me.
--
Thomas Mellman
[EMAIL PROTECTED]
___
hatever it's called) and referencing that in my contribution.
Because I use the same Subject line, I seem to get positioned into the correct thread,
but not at
the correct place.
--
Thomas Mellman
[EMAIL PROTECTED]
___
ce, it
seems to me it's worth bringing up. If anyone else has observed this, I'd
appreciate a word so we can track it down further.
--
Thomas Mellman
[EMAIL PROTECTED]
__
Die clevere Geldreserve
Hi!
connecting cygwin ssh to a linux box with
ssh -X -l user host
doesn't do X11 forwarding. I am shure it is enabled by sshd on the server
side. Any clues where I have to look to make it work?
--
Thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug repo
Hi!
Bitte antworten an [EMAIL PROTECTED]
An: Thomas Schweikle <[EMAIL PROTECTED]>
Kopie: [EMAIL PROTECTED]
Thema: Re: X11 forwarding
> On Thu, 3 Oct 2002, Thomas Schweikle wrote:
>
>> Hi!
>> connecting cygwin ssh to a linux box with
>>ssh -X
Hi!
Bitte antworten an [EMAIL PROTECTED]
An: Thomas Schweikle <[EMAIL PROTECTED]>
Kopie: [EMAIL PROTECTED]
Thema: Re: X11 forwarding
On Fri, 4 Oct 2002, Thomas Schweikle wrote:
> X11 forwarding is only initiated if the DISPLAY variable
> is set. Try setting DISPLAY to &q
is a bit slower than the original
> one.
Thank you! I have this problem, too. Can someone include this patch
into cygwin or rsync?
thomas
--
Thomas Guettler <[EMAIL PROTECTED]>
http://www.thomas-guettler.de
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug rep
ns as well I don't know if
there's any causation there - but I do believe there's a connection.
--
Thomas Mellman
[EMAIL PROTECTED]
__
Tippen Sie mit der cleveren Kombination vo
is one may be a good one (there are already good ones,
like ddd, but that's besides the point), but when I want a graphical interface, I'll
execute it.
--
Thomas Mellman
[EMAIL PROTECTED]
Keine verlorenen Lot
uld be optional, rather than standard Unix
command line behaviour (IMHO) being optional.
I had to power down my box - neither kill(-9) on either the process under test,
the debugger or the debugger window, nor even the task manager were able
to kill the two processes, and even windows-shutdown hung.
-
egor duda <[EMAIL PROTECTED]> schrieb am 17.10.02 10:10:39:
> Hi!
>
> Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote:
>
> TM> I had to power down my box - neither kill(-9) on either the process under test,
> TM> the debugger or the debugger win
ot the behaviour on my linux system at home and is - AFAICT - wrong.
On the graphical version of GDB, I see no menu item for setting the runtime
arguments at all, but I only studied it for 10 minutes or so.
--
Thomas Mellman
[EMAIL PROTECTED]
__
Regarding the default window-fied behaviour of GDB - is that POSIX?
It certainly doesn't seem in the spirit of POSIX.
--
Thomas Mellman
[EMAIL PROTECTED]
Keine verlorenen Lotto-Quittungen, keine verges
gt; This GDB was configured as "i686-pc-cygwin"...
> "/home/w/src/gtl/gtl.exe.stackdump" is not a core dump: File format not recognized
> (gdb)
Is this an operator error?
--
Thomas Mellman
[EMAIL PROTECTED]
_
ng "TEST.lock"
procmail: Assigning "LASTFOLDER=TEST"
procmail: Opening "TEST"
procmail: Acquiring kernel-lock
procmail: Unlocking "TEST.lock"
>From tbaker Wed Oct 23 10:44:40 2002
Subject: TEST
Folder: TEST
rking because
"procmail -m" successfully processed the recipes there and
recorded that success in the file procmail.log.
Tom
On Wed, Oct 23, 2002 at 08:25:23AM -0400, Jason Tishler wrote:
> On Wed, Oct 23, 2002 at 01:43:19PM +0200, Thomas Baker wrote:
> > On Wed, Oct 23, 2002 at
On Wed, Oct 23, 2002 at 09:02:39AM -0400, Jason Tishler wrote:
> On Wed, Oct 23, 2002 at 02:39:51PM +0200, Thomas Baker wrote:
> > | mda "/usr/bin/procmail -d %T" # pass message to the local MDA
>
> The above .fetchmailrc line invokes procmail differently tha
ments for explicit
> delivery mode in the man page. User has to be in /etc/passwd etc.
Tom
--
Dr. Thomas Baker[EMAIL PROTECTED]
Institutszentrum Schloss Birlinghoven mobile +49-171-408-5784
Fraunhofer-Gesellschaft work +49-30
egor duda <[EMAIL PROTECTED]> schrieb am 17.10.02 12:10:42:
> Hi!
>
> Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote:
>
> TM> I'm having another problem with GDB. Normally, one would debug a core file
> TM> as follows (correct?):
>
>
t rcfile:$HOME/.procmailrc
|Your system mailbox: /var/spool/mail/tbaker
--
Dr. Thomas Baker[EMAIL PROTECTED]
Institutszentrum Schloss Birlinghoven mobile +49-171-408-5784
Fraunhofer-Gesellschaft work +49-30-8109-9027
On Tue, Oct 22, 2002 at 08:14:52AM -0400, Jason Tishler wrote:
> On Tue, Oct 22, 2002 at 01:48:20PM +0200, Thomas Baker wrote:
> > For starters, can anyone out there say whether the problem
> > lies with Cygwin (permissions), Fetchmail, or Procmail?
>
> My WAG is that y
On Wed, Oct 23, 2002 at 11:06:50AM +0200, Olaf Foellinger wrote:
> On Wed, Oct 23, 2002 at 10:56:48AM +0200, Thomas Baker wrote:
> > I closed all bash windows, put "export CYGWIN=nontsec" in
> > the profile, opened a bash window, verified with "echo $CYGWIN"
&g
Greg,
On Tue, Oct 22, 2002 at 09:26:39PM +0800, Greg Matheson wrote:
> On Tue, 22 Oct 2002, Thomas Baker wrote:
> > I still cannot
> > get Procmail to write a log, so I am still unsure whether
> > the problem lies with Cygwin, Fetchmail, or Procmail:
>
> Can you r
On Wed, Oct 23, 2002 at 11:20:59AM +0200, Olaf Foellinger wrote:
> On Wed, Oct 23, 2002 at 11:15:34AM +0200, Thomas Baker wrote:
> > ..even though "echo $HOME" in a Bash window confirms that
> > $HOME is "/cygdrive/e".
>
> AFAIK cygwin takes the home di
On Wed, Oct 23, 2002 at 05:47:09PM +0800, Greg Matheson wrote:
> On Wed, 23 Oct 2002, Thomas Baker wrote:
> > And running "cat test.mbox | procmail -m e:/.procmailrc" again, I got:
>
> > | procmail: [2044] Wed Oct 23 11:12:28 2002
> > | procmail: Assigning
On Wed, Oct 23, 2002 at 11:47:27AM +0200, Bjoern Kahl AG Resy wrote:
> > > On Wed, Oct 23, 2002 at 11:15:34AM +0200, Thomas Baker wrote:
> > > > ..even though "echo $HOME" in a Bash window confirms that
> > > > $HOME is "/cygdrive/e".
> &
1 - 100 of 1569 matches
Mail list logo