Displaying 20 results from an estimated 10000 matches similar to: "RE: etc win32utils seg faults when a pdc/bdc is queried"
2005 Mar 22
0
RE: etc win32utils is case sensitive
> -----Original Message-----
> From: "Pe?a, Botp" [mailto:botp@delmonte-phil.com] 
> Sent: Monday, March 21, 2005 11:25 PM
> To: ruby-talk ML
> Subject: etc win32utils is case sensitive
> 
> 
> Hi Win32 Team,
> 
> 1. The getpwnam is case sensitive. This is windows, so it 
> should _not_.
> 
> 2. Also, the msg error says ": can''t find
2006 May 10
5
[Fwd: tailing error]
-------------- next part --------------
An embedded message was scrubbed...
From: =?iso-8859-1?Q?Pe=F1a=2C_Botp?= <botp at delmonte-phil.com>
Subject: tailing error
Date: Tue, 9 May 2006 11:21:03 +0800
Size: 1852
Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060509/45783cb1/attachment.eml
2006 Aug 08
2
win32 eventlog dup
That''s weird.  Line 296 is just a call to FormatMessage().
Folks on the mailing list - could this be a wide character issue? Buffer 
too small maybe?
Regards,
Dan
Pe?a wrote:
> forgot:
>
> it segfaults on the win2k3 server (domain controller).
>
> it has _not_ segfault on my winxp pro though.
>
>  
>
> # -----Original Message-----
> # From: Pe?a, Botp 
2007 Dec 04
4
eventlog
Hi,
Hm, the string inserts are different, too. Any encoding issues? Your 
user name uses extended ASCII, too, right? Not sure if that''s 
significant or not.
I''ve cc''d the win32utils-devel list to see if anyone has any ideas.
Thanks,
Dan
botp wrote:
> On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote:
>> Can you tell us which record numbers in
2006 Aug 21
0
[ win32utils-Bugs-5479 ] Incorrect SetLastErrordeclarations
Fixed in CVS.
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org 
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of 
> noreply at rubyforge.org
> Sent: Monday, August 21, 2006 5:44 AM
> To: noreply at rubyforge.org
> Subject: [Win32utils-devel] [ win32utils-Bugs-5479 ] 
> Incorrect SetLastErrordeclarations
> 
> 
> Bugs
2008 May 30
1
[ win32utils-Bugs-20455 ] win32-open3: crashes after 170 popen3 operations
Bugs item #20455, was opened at 2008-05-30 16:54
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=20455&group_id=85
Category: None
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: win32-open3: crashes after 170 popen3 operations
Initial Comment:
OS: XP w/SP2 
C:\Documents and
2005 Dec 04
0
[ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/
Shanko, I''ve assigned this one to you. :)
 
- Dan
________________________________
From: win32utils-devel-bounces at rubyforge.org on behalf of noreply at rubyforge.org
Sent: Thu 12/1/2005 7:25 AM
To: noreply at rubyforge.org
Subject: [Win32utils-devel] [ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/
Bugs item #2918, was opened at 2005-12-01 08:25
You can
2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org 
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of 
> Park Heesob
> Sent: Wednesday, September 28, 2005 3:05 AM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] [ 
> win32utils-Bugs-2532]Etc::Admin.configure_group problem
> 
> 
> Hi,
2005 Feb 28
1
Re: win32utils installer
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org 
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of 
> Shashank Date
> Sent: Monday, February 28, 2005 6:36 AM
> To: Shashank Date
> Cc: win32utils-devel@rubyforge.org
> Subject: [Win32utils-devel] Re: win32utils installer
> 
> 
> Hi All,
> 
> I am working on this bug
2005 Apr 21
2
[ win32utils-Support Requests-1813 ] Merely a test
Support Requests item #1813, was opened at 2005-04-20 23:48
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=412&aid=1813&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tom Copeland  (tom)
Assigned to: Nobody (None)
Summary: Merely a test
Initial Comment:
Hm, did this go to to win32utils-devel?
Tom
2005 Feb 01
0
Fwd: Re: articles on win32utils
Any ideas on these errors?  I''m not much of a
cygwin/mingw guy.
Dan
Note: forwarded message attached.
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
-------------- next part --------------
An embedded message was scrubbed...
From: Takaaki Tateishi <ttate@ttsky.net>
2004 Mar 01
0
RE: win32etc test failure
Excellent!  Like I said, I really need to do some code cleanup.  I''ll
also be adding the config_group and config_user methods :)
 
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com] 
Sent: Monday, March 01, 2004 10:19 AM
To: Berger, Daniel
Subject: RE: [Win32utils-devel] RE: win32etc test failure
That worked !
Now everything is
2004 Mar 01
0
RE: win32etc test failure
For delete_user, try this patch:
 
etc.c, line 639:
- lpHost = (LPCWSTR)STR2CSTR(rbHost);
+lpHost = AllocWideLString(rbHost);
 
Lemme know how it goes.
 
Dan
-----Original Message-----
From: win32utils-devel-bounces@rubyforge.org
[mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
win32utils-devel@rubyforge.org
Sent: Monday, March 01, 2004 10:02 AM
To: Date, Shashank [Non-Employee]
Cc:
2006 May 30
1
seg on windows-pr-0.5.1 (was RE: win32-eventlog 0.4.0)
Pe?a wrote:
> Hi Dan,
> i get a segfault on windows-pr if i run mulitple tails by threading, one thread for each host i''m tailing.
> 
> C:\family\ruby\win-eventlog>dtail.rb
> thread/tail-ing Security on host1
> thread/tail-ing Security on host2
> thread/tail-ing Security on host3
> thread/tail-ing Security on host4
> thread/tail-ing Security on host5
>
1997 Apr 08
0
R-alpha: Seg.faults with complex: factor(..), unique(..). Missing feature ``sort( complex(..) )''
1) Several functions still (0.50 - pre6)
   give seg.faults when called with complex:
unique( 1i)  --> segfault
In 'factor', levels are defaulted to  'sort(unique(x))'
which seg.faults  factor( 1i).
Because of 'factor', table(..complex..)  seg.faults,.....
2)  sort ( complex )   [[Of course this is minor ..]]
You may not believe this can be useful, but...
I've
2006 Feb 11
2
[LLVMdev] hello. seg faults on AMD64 linux
Hello,
I've installed LVM 1.6 and followed the getting started instructions and 
lli hello.bc works fine but when I convert it to hello.native it seg faults.
AMD64 machine uname -a:
   Linux hp5kuw 2.6.12-10-amd64-k8 # Mon Jan 16 17:23:13 UTC 2006 x86_64 
GNU/Linux
llvm-gcc --version outputs:
  llvm-gcc (GCC) 3.4-llvm 20051104 (LLVM 1.6)
What have I done wrong?
Wink Saville
2010 Aug 30
1
[DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold
Hello,
On FreeBSD, Dovecot 2.0.1 compiles fine with gcc45 and the other
services have no problem, but even without any optimizations (CFLAGS) at
all, pop3-login seg faults when a user tries to connect to Dovecot using
POP3.
As this is not the only application that has a problem with the latest
version of gcc (mod_php), there may be nothing that can be done on the
Dovecot side, but I thought I
2005 Dec 01
1
[ win32utils-Bugs-2918 ] docs and samples are always installed in c:/ruby/
Bugs item #2918, was opened at 2005-12-01 08:25
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=2918&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: docs and samples are always installed in c:/ruby/
Initial Comment:
Hi,
Using the installer, when
2006 Jan 05
7
[Fwd: [win32utils-help][6822] Eventlog problem]
Dang, I thought we solved this.
Any ideas?
Dan
PS - I realized after reading this I forgot to bump the version number 
for 0.3.3 - I''ve uploaded a new zip file with the correct version number.
-------------- next part --------------
An embedded message was scrubbed...
From: alain Fioretti <noreply at rubyforge.org>
Subject: [win32utils-help][6822] Eventlog problem
Date: Thu, 5
2006 Mar 26
5
[ win32utils-Bugs-3924 ] Segmentation fault under Windows
Bugs item #3924, was opened at 26/03/2006 22:12
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=3924&group_id=85
Category: win32-taskscheduler
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: David FAROI (dfaroi)
Assigned to: Nobody (None)
Summary: Segmentation fault under Windows
Initial Comment:
I''m trying to make