Re: [fpc-pascal] DOM and UTF-8 widestring conversion

2016-11-21 Thread Seth Grover
nce between the two versions though. Thanks, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://list

[fpc-pascal] DOM and UTF-8 widestring conversion

2016-11-21 Thread Seth Grover
o FPC 3.0) Is there any workaround in 2.6.4 to get the correct behavior? I'd prefer just to be using 3.0 everywhere but on some legacy versions of our product upgrading the build environment is not an option right now. Thanks much, -SG -- Seth Grover

Re: [fpc-pascal] passing "array of const" into cdecl procvar

2016-05-13 Thread Seth Grover
ing to do using another API and just forget the varargs one for now. Thanks, -SG -- Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] passing "array of const" into cdecl procvar

2016-05-13 Thread Seth Grover
llowed in procvar declaration How can I do this? Is there any way for me to pass an array of const argument through directly to a cdecl'ed procvar call? (And yes, I know FPC has a built-in json engine... that's besides the point :)) Thanks, -Seth Grover __

Re: [fpc-pascal] FPC 3: disabling automatic AnsiString codepage conversion

2016-04-04 Thread Seth Grover
es clause be? I know if they are loaded/unloaded in the wrong order you can get SIGSEGVs during shutdown. >From my experience cthreads needs to be first. So should it be: cthreads, my_memory_manager, cwstring or cthreads, cwstring, my_memory_manager? Thanks, -SG

[fpc-pascal] fpc 3.0 ansistring codepage behavior

2016-03-04 Thread Seth Grover
Jonas, Thanks very much for your reply, it was very helpful. I'll pursue other avenues then in trying to find my bug. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unle

[fpc-pascal] fpc 3.0 ansistring codepage behavior

2016-03-03 Thread Seth Grover
itch way to do it. Thanks for your input, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://

[fpc-pascal] internal error with bitpacked record in i386 with O3

2016-02-17 Thread Seth Grover
code building with the new compiler and I'm hung up on this. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless they are too. ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] FPC and SSH (Mark Morgan Lloyd)

2016-02-05 Thread Seth Grover
ic loading of the libraries at runtime. I've tested this on linux only, your mileage may vary. https://www.dropbox.com/s/ascm327hrtmxdaq/libssh_and_curl_fpc_headers.tar.gz?dl=0 -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing

Re: [fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-11 Thread Seth Grover
Jonas wrote: > > >> I am experiencing a weird issue regarding threading and shared libraries > >> under Linux. I've boiled it down to a very simple test case in hopes you > >> can help me understand what I'm doing wrong. > > >You're not doing anything wrong. It's caused by > >http://bugs.freepasca

Re: [fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-10 Thread Seth Grover
Interesting: playing around with it some more, if I put an empty try/except block inside my library's function from the example I posted, it leaks the memory whether or not I'm using cmem. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And

[fpc-pascal] extreme memory growth using cthreads and default heap manager

2015-12-10 Thread Seth Grover
would really like to figure out what I can do to continue to use my own memory manager, plus threading, without it leaking so much memory for every thread that starts/finishes. Thanks, -Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] dereferenced pointer as open array argument

2015-09-18 Thread Seth Grover
Imagine I have this function: procedure ArrayTest(const data : array of char); begin ... end; and in another routine I have a pchar variable. If I slice the array byte doing this: ArrayTest(myPChar[0..99]); then inside ArrayTest it will appear that data is 100 characters, which is exactly wha

[fpc-pascal] Re: another minor bug in fcl-passrc (for-in loop)

2012-08-29 Thread Seth Grover
ly coincidental. Seth Grover On Wed, Aug 29, 2012 at 9:52 AM, Seth Grover wrote: > Michael, > > Greetings! I found another minor problem with the fcl-passrc parser. > > The new for-in string loop > (http://wiki.freepascal.org/for-in_loop#String_loop) causes the parser > to f

[fpc-pascal] another minor bug in fcl-passrc (for-in loop)

2012-08-29 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-23 Thread Seth Grover
ion I'm pulling out of the parse tree is correct. I'll let you know if I run into anything else with it. Thanks a lot! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover __

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-19 Thread Seth Grover
ng this over my source files until we've found them all. :) -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-18 Thread Seth Grover
h FPC 2.6.0 would there? I am using FPC 2.6.0, but just compiling this one package from svn in trunk separately. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-18 Thread Seth Grover
> Works fine here. > Michael. Hm, that's odd. I'll do a clean pull and clean build and let you know. Thanks. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover __

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-18 Thread Seth Grover
This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-17 Thread Seth Grover
Also, it looks like it gets a segfault if you try to $include a file that can't be found. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist -

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-17 Thread Seth Grover
lance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
iction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
n. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-16 Thread Seth Grover
actually had to tweak to get it to compile) with that little unit as input, you'll get a segfault when doing the FreeAndNil(M). I'll let you know if i run into anything else. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely

[fpc-pascal] Re: fcl-passrc package question about source file and line number info

2012-07-12 Thread Seth Grover
> Oversight, a bug. > I am currently working on the parser, I'll look into this. > Michael. Thanks, I appreciate it. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover _

[fpc-pascal] fcl-passrc package question about source file and line number info

2012-07-12 Thread Seth Grover
s the source file/line number information set, but if I descend any lower than that the deeper TPasImplBlock do not. Could someone with insight into this area give me any idea of why this is? Thanks, -SG -- This email is fiction. Any resemblance to actual events or pers

[fpc-pascal] clarification about StackBottom and StackLength in threaded programs and/or shared libraries

2012-05-29 Thread Seth Grover
o do, or is there a better way to know when to stop walking the stack? Also, doesn't this mean that since heaptrc does the same thing, it's going to not necessarily get the entire backtrace (although tracesize would limit it anyway)? Thanks, -SG -- This email is fiction. Any resemb

[fpc-pascal] Re: FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-21 Thread Seth Grover
>> Yes, it seems like a missing public alias for the FpGetRLimit function in >> the Linux system unit. > I added it. Thank you both. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidenta

[fpc-pascal] FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-20 Thread Seth Grover
This happens targetting Linux for both i386 and x86_64. Is this a bug? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-p

[fpc-pascal] Re: Free Pascal 2.6.0rc1 released

2011-11-05 Thread Seth Grover
Jonas, thanks for the link. For some reason it wasn't showing up on the viewvcs interface until I cleared my browser cache and refreshed. Thanks again. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth G

[fpc-pascal] Re: Free Pascal 2.6.0rc1 released

2011-11-05 Thread Seth Grover
tion. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] array of const and longword

2011-11-02 Thread Seth Grover
nt64 or a qword or something on the caller side? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://li

[fpc-pascal] status of sparc solaris support

2011-06-28 Thread Seth Grover
Mark, Jonas, and Pierre, thanks for your responses. I'll give it a shot and see how it goes. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-pascal maillist -

[fpc-pascal] status of sparc solaris support

2011-06-27 Thread Seth Grover
ho knows give me a quick rundown as to what the status of Solaris on Sparc is? I'm specifically looking to port a Linux shared library to solaris on sparc. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or d

[fpc-pascal] Re: PowerPC Linux and endian modes

2011-05-20 Thread Seth Grover
f I do. Have a good weekend, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover On Thu, May 19, 2011 at 4:39 PM, Seth Grover wrote: > Greetings! > > Wikipedia (http://en.wikipedia.org/wiki/PowerPC#Endian_mod

[fpc-pascal] PowerPC Linux and endian modes

2011-05-19 Thread Seth Grover
mpiled programs (specifically I'm cross compiling to powerpc-linux from x86_64-linux) targeted at PPC work in a little endian mode setup? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___

[fpc-pascal] Re: setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
I *was* doing something wrong... doing a ":=" (pascal-style assignment) rather than just "=" seems to work Ok. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Fri

[fpc-pascal] setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: TFileStream and stdin - how to make this work?

2010-10-03 Thread Seth Grover
ental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: TFileStream and stdin - how to make this work?

2010-10-03 Thread Seth Grover
Could you use THandleStream (http://www.freepascal.org/docs-html/rtl/classes/thandlestream.html)? myInputStream := THandleStream.Create(StdInputHandle); ... -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover

[fpc-pascal] Re: HookSignal, "halt", and unhandled exceptions

2010-09-10 Thread Seth Grover
weeks (up in the mountains away from computers, electricity, etc.) but I'll ruminate on it while I'm gone. In the meanwhile I've logged a mantis issue to track: http://bugs.freepascal.org/view.php?id=17383 Have a good weekend, -SG -- This email is fiction. Any resemblance to actual e

[fpc-pascal] HookSignal, "halt", and unhandled exceptions

2010-09-10 Thread Seth Grover
hts? Should I log it as a bug? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
Thanks, Jonas. As always your answers are very helpful. Cheers, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc

[fpc-pascal] CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
an certainly see why exceptions are to be avoided in performance-critical code. :). Thanks, Seth -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pas

[fpc-pascal] a few more heap questions

2010-09-08 Thread Seth Grover
seThreadVars is called to actually free the memory associated with the threadvar itself Is that correct? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] question about FPC heap and threading

2010-08-11 Thread Seth Grover
ng from. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: access violation somehow related to dlopen'ing libssl

2010-07-02 Thread Seth Grover
ition of HModule. classesh.inc has: HMODULE = longint; and dynlibs.pas has: HModule = TLibHandle; If the classes one gets used, it crashes. Anyway, I know what to do now. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincident

[fpc-pascal] Re: access violation somehow related to dlopen'ing libssl

2010-07-02 Thread Seth Grover
it still crashes. If I add it after "Classes", the crash goes away. Not sure what that means... -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___

[fpc-pascal] access violation somehow related to dlopen'ing libssl

2010-07-02 Thread Seth Grover
ibssl causes things to blow up. Any suggestions? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: problem linking when using "cthreads" when cross-compiling for arm

2010-05-24 Thread Seth Grover
nd ran correctly as well once I copied it to the target device. So apparently having that libdl.a around was confusing things. Thanks again for your help. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at

[fpc-pascal] problem linking when using "cthreads" when cross-compiling for arm

2010-05-24 Thread Seth Grover
ibpthread_nonshared.a ) Does anyone have any suggestions? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: annoying gdb bug fixed

2010-05-11 Thread Seth Grover
> This was me... > Pierre Muller Pierre, thanks so much for taking the time to look at and resolve this bug. It's working beautifully now. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gm

[fpc-pascal] annoying gdb bug fixed

2010-05-10 Thread Seth Grover
ents or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: compilation verbosity

2010-04-14 Thread Seth Grover
e on before." Of course that's not right. Thanks, it's working great now. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc

[fpc-pascal] Re: compilation verbosity

2010-04-14 Thread Seth Grover
tal. Seth Grover sethdgrover[at]gmail[dot]com On Wed, Apr 14, 2010 at 4:17 PM, Seth Grover wrote: > fpc doesn't seem to respect the -v,X> flags for me. > > I'm compiling a shared object library (on an Ubuntu Linux 64-bit > platform cross-compiling to 32-bit) and I

[fpc-pascal] compilation verbosity

2010-04-14 Thread Seth Grover
emblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: stdcall vs. cdecl: another "using a FPC-generated .dll with Microsoft Visual C++" question

2010-03-26 Thread Seth Grover
o use cdecl in both UNIX and Windows and it seems to work fine. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist

[fpc-pascal] stdcall vs. cdecl: another "using a FPC-generated .dll with Microsoft Visual C++" question

2010-03-24 Thread Seth Grover
way to get stdcall to work without having to manually put the decorations on the exported names myself. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-pascal] implicitly linking FPC-generated .dll from Visual Studio

2010-03-23 Thread Seth Grover
hat I need with FPC? What about the next step (actually using the .dll in Visual Studio)? I realize this message is more about VS than FPC, so I apologize if it's offtopic. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidenta

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
ction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
tual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-03 Thread Seth Grover
persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Wed, Mar 3, 2010 at 8:02 AM, Seth Grover wrote: > Given the following example: > > > program project1; > > {$mode objfpc}{$H+} > >  procedur

[fpc-pascal] gdb, dwarf, and ansistring

2010-03-03 Thread Seth Grover
tion compiled in? I am compiling with FPC 2.4.0 (built from svn from the 2.4.0 release tag) on Ubuntu 9.10 x86_64. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com _

[fpc-pascal] Re: Which regex unit to use?

2010-02-26 Thread Seth Grover
o it can be compiled into my applications. > > > Regards, > - Graeme - I have had good luck with TRegExpr and have been using it in FPC for a long time. -SG -- This email is fiction. Any resemblance to actual events or persons living or de

[fpc-pascal] values for ThreadSetPriority

2010-02-10 Thread Seth Grover
lance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: different windows/linux behavior with enumerated types and write/writeln

2010-01-20 Thread Seth Grover
ons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] different windows/linux behavior with enumerated types and write/writeln

2010-01-20 Thread Seth Grover
compile with an error of "Error: Can't read or write variables of this type". Why the difference in behavior? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[a

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-07 Thread Seth Grover
persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-03 Thread Seth Grover
p yet. :) Even if any of you are FPC users running Ubuntu could you give this a try and see if you can reproduce it? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com _

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-02 Thread Seth Grover
> > Well, not that recent: > http://www.hu.freepascal.org/lists/fpc-pascal/2008-April/017199.html > Wow, how embarrassing. Not only is there already a mailing list thread on the topic, but it was started by me. I have a really bad memory. > > It seemed to be specific to a particular machine of yo

[fpc-pascal] Re: Inconsistency detected by ld.so

2009-12-01 Thread Seth Grover
12704a.so => ./libtw12704a.so (0x0080a000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00c27000) /lib/ld-linux.so.2 (0x002c7000) And I don't get the error when the program runs. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coinci

[fpc-pascal] Inconsistency detected by ld.so

2009-12-01 Thread Seth Grover
or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-03 Thread Seth Grover
king. Thanks again! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-02 Thread Seth Grover
-- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Mon, Nov 2, 2009 at 12:45 PM, Seth Grover wrote: > I'm trying to cross-compile on Ubuntu 9.10 x86_64 for i386. Here's > what I&#x

[fpc-pascal] cross compiling x64_64 to i386 linux

2009-11-02 Thread Seth Grover
one can offer assistance, I'd surely appreciate it. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] 2.3.1 rev 13498 breaks synapse

2009-08-12 Thread Seth Grover
m the trunk, you're going to have problems. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@l

[fpc-pascal] Re: TFPCHeapStatus miscalculations in 2.3.1

2009-08-11 Thread Seth Grover
154624, cf=33834960, mu=4294897312, ms=31752192 heap status: cu=4276332896, cs=458752, cf=19093152, mu=4294897312, ms=31752192 Seems like that should never happen. I'll log an issue in the bug tracking system. -SG -- This email is fiction. Any resemblance to actual events or persons living o

[fpc-pascal] TFPCHeapStatus miscalculations in 2.3.1

2009-08-11 Thread Seth Grover
ll screwy (current used is negative, etc.). Does anyone know about changes to this which could cause this problem? It's rather annoying... I know the each heap isn't really using 4.2 gigabytes, but I wish the numbers were accurate. -SG -- This email is fiction. Any resemblance to

[fpc-pascal] Re: a few AssignStream questions

2009-07-27 Thread Seth Grover
"127" has a special meaning indicating that the command was not found. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Mon, Jul 27, 2009 at 6:07 AM, Seth Grover wrote: >

[fpc-pascal] a few AssignStream questions

2009-07-27 Thread Seth Grover
m executed with AssignStream? Thanks, Seth -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.free

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
Jonas, Thank you very much for the explanation. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] re: thanks for major signal handling fix

2009-05-20 Thread Seth Grover
handler catches it. Is this a pipe dream? Or can I somehow make it work the way I'm expecting it? If needed, I could provide some example projects. Thanks, SG -- This email is fiction. Any resemblance to actual events or persons living or

[fpc-pascal] thanks for major signal handling fix

2009-05-20 Thread Seth Grover
? Or will this first see the light of day in 2.4.0? Thanks again, SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - f

[fpc-pascal] Re: TProcess with festival

2009-05-15 Thread Seth Grover
s or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Fri, May 15, 2009 at 12:48 PM, Seth Grover wrote: > Maybe I'm just dumb, but I cannot figure out why this isn't working. > > I wanted to write a simple program which uses TProcess to

[fpc-pascal] TProcess with festival

2009-05-15 Thread Seth Grover
mail is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: XML pretty formatter

2009-05-14 Thread Seth Grover
CRLFs after closing tags, this doesn't affect my parser, but I > need to add the XML to a log file and those spaces make very difficult to > read the logs. > > Thanks in advance. > > Leonardo M. Ramé -- This email is fiction. Any resemblance to actual events or perso

[fpc-pascal] Re: daysbetween

2009-05-06 Thread Seth Grover
Disregard my email about daysbetween, I just saw this: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/dateutil.inc?view=diff&r1=12958&r2=13107 -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover set

[fpc-pascal] (no subject)

2009-05-06 Thread Seth Grover
This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] dcpcrypt 64-bit?

2009-04-29 Thread Seth Grover
urely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] semaphores?

2009-04-13 Thread Seth Grover
rsons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: modifying system.pp's InstallSignals

2009-04-01 Thread Seth Grover
email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] modifying system.pp's InstallSignals

2009-03-31 Thread Seth Grover
? Thanks, SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: heap size growing

2009-01-14 Thread Seth Grover
ic structure. -SG Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] heap size growing

2009-01-13 Thread Seth Grover
? HEAPTRC? -SG Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] DateTimeToUnix bug?

2008-12-30 Thread Seth Grover
00:00 = 621950400 = 09-16-1989 12:00:00 09-16-1989 12:00:01 = 621950400 = 09-16-1989 12:00:00 09-16-1989 12:00:02 = 621950402 = 09-16-1989 12:00:02 It seems to me that 09-16-1989 12:00:01 should be 621950401, not 621950400. Is this broken or am I missing something? -sg C

[fpc-pascal] Re: How to build .so with FPC and use it in C program?

2008-12-11 Thread Seth Grover
===== Computer over. Virus = very yes. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] TProcess problem

2008-11-26 Thread Seth Grover
to STDOUT of the command exceeds 65K (I'm testing it by running "cat /path/to/some/file" as the command). When this happens, the P.Stderr.Read inside the while loop just hangs and never returns. What am I doing wrong? -SG ==== Computer o

[fpc-pascal] roadblock with Synapse and SNMPv3 authentication

2008-06-11 Thread Seth Grover
apse source code you patched). I'd certainly appreciate any help anyone could offer. Of course my hope is that all of the code I've written and anything else that comes from this could benefit the Synapse project and FPC community. Thanks, -SG ==== My eyes! The goggle

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-16 Thread Seth Grover
glibc 2.6.1, I'm > not going to spend time on this. Okay, if you've tested it on that many other platforms I'll take your word for it. Thanks again you for your effort! -SG -- Good news, everyone! Seth Grover sethdgrover[at]gmail[dot]com ___

  1   2   >