On 07 Dec 2009, at 18:05, Seth Grover wrote:
http://bugs.freepascal.org/bug_view_advanced_page.php?bug_id=15278
I have logged a bug for this. I can't see how it's anything I'm doing
personally wrong (see my "Steps to Reproduce" in the bug report).
I can't see what FPC is doing wrong either.
http://bugs.freepascal.org/bug_view_advanced_page.php?bug_id=15278
I have logged a bug for this. I can't see how it's anything I'm doing
personally wrong (see my "Steps to Reproduce" in the bug report).
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is p
So I've been testing the problem with the "Inconsistency detected by
ld.so: dl-fini.c: 195: _dl_fini: Assertion
`ns != 0 || i == nloaded' failed!" error with tests tw12704a and
tw12704b on various different platforms.
So far it's reproduced on every 32-bit Ubuntu installation I've tried
(about hal
>
> 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
Interestingly:
$ ldd tw12704b
linux-gate.so.1 => (0x00c69000)
libtw12704a.so => ./libtw12704a.so (0x00701000)
However, if I add a unit that uses glibc (like the systemlog unit) I get:
$ ldd tw12704b
linux-gate.so.1 => (0x00df6000)
libtw12704a.so => ./libtw12704a