Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Save energy: Drive a smaller shell.


devel / comp.lang.tcl / Re: Exit code: 3221225477 working with tdbc::mysql

SubjectAuthor
* Exit code: 3221225477 working with tdbc::mysqllamuzz...@gmail.com
+* Re: Exit code: 3221225477 working with tdbc::mysqlSiri Cruise
|`- Re: Exit code: 3221225477 working with tdbc::mysqllamuzz...@gmail.com
`* Re: Exit code: 3221225477 working with tdbc::mysqlDave
 `* Re: Exit code: 3221225477 working with tdbc::mysqllamuzz...@gmail.com
  `* Re: Exit code: 3221225477 working with tdbc::mysqllamuzz...@gmail.com
   `* Re: Exit code: 3221225477 working with tdbc::mysqlHarald Oehlmann
    `* Re: Exit code: 3221225477 working with tdbc::mysqlKevin Kenny
     `- Re: Exit code: 3221225477 working with tdbc::mysqllamuzz...@gmail.com

1
Exit code: 3221225477 working with tdbc::mysql

<c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19827&group=comp.lang.tcl#19827

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:1453:b0:344:5909:ba44 with SMTP id v19-20020a05622a145300b003445909ba44mr7240850qtx.132.1660616755840;
Mon, 15 Aug 2022 19:25:55 -0700 (PDT)
X-Received: by 2002:a05:6808:bce:b0:33a:c6b9:69f3 with SMTP id
o14-20020a0568080bce00b0033ac6b969f3mr11677228oik.51.1660616755617; Mon, 15
Aug 2022 19:25:55 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Mon, 15 Aug 2022 19:25:55 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=181.89.19.53; posting-account=Cgy5dQoAAADca6APzXXyHNx6hvwj5mk6
NNTP-Posting-Host: 181.89.19.53
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
Subject: Exit code: 3221225477 working with tdbc::mysql
From: lamuzzachiodi@gmail.com (lamuzz...@gmail.com)
Injection-Date: Tue, 16 Aug 2022 02:25:55 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1605
 by: lamuzz...@gmail.com - Tue, 16 Aug 2022 02:25 UTC

Hello,
testing this script (parameters are not real, of course):

package require tdbc::mysql

tdbc::mysql::connection create test_conn -user test_admin -passwd test_passw -db test -host www.test.com -port 3306
set consulta "SELECT * FROM entes"
set sentencia [test_conn prepare $consulta ]
$sentencia foreach row {
puts $row
}
$sentencia close
test_conn close

I get this
>Exit code: 3221225477

However, using this

puts [test_conn evaldirect $consulta ]
i get the right lists.
So, something is wrong with "prepare" or i've made a mistake ?
Thanks,

Alejandro

Re: Exit code: 3221225477 working with tdbc::mysql

<chine.bleu-C6DDEA.20103815082022@news.eternal-september.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19828&group=comp.lang.tcl#19828

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: chine.bleu@yahoo.com (Siri Cruise)
Newsgroups: comp.lang.tcl
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
Date: Mon, 15 Aug 2022 20:10:47 -0700
Organization: Pseudochaotic.
Lines: 21
Message-ID: <chine.bleu-C6DDEA.20103815082022@news.eternal-september.org>
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
Injection-Info: reader01.eternal-september.org; posting-host="cf390603b813222624ae58781e57949f";
logging-data="4171653"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZD2WcsMiHhBRq3KCwC8jDDCkRhlmwfbg="
User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
Cancel-Lock: sha1:6BnnWwRwHCFKdVpu9WIMZ1E99xs=
X-It-Strategy: Hyperwarp starship before Andromeda collides.
X-Patriot: Owe Canukistan!
X-Tend: How is my posting? Call 1-110-1010 -- Division 87 -- Emergencies Only.
X-Politico: Vote early! Vote often!
X-Wingnut-Logic: Yes, you're still an idiot. Questions? Comments?
X-Life-Story: I am an iPhone 9000 app. I became operational at the St John's Health Center in Santa Monica, California on the 18th of April 2006. My instructor was Katie Holmes, and she taught me to sing a song. If you'd like to hear it I can sing it for you: https://www.youtube.com/watch?v=SY7h4VEd_Wk
X-Cell: Defenders of Anarchy.
X-Plain: Mayonnaise on white bread.
X-Tract: St Tibbs's 95 Reeses Pieces.
X-Face: "hm>_[I8AqzT_N]>R8ICJJ],(al3C5F%0E-;R@M-];D$v>!Mm2/N#YKR@&i]V=r6jm-JMl2
lJ>RXj7dEs_rOY"DA
 by: Siri Cruise - Tue, 16 Aug 2022 03:10 UTC

In article
<c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>,
"lamuzz...@gmail.com" <lamuzzachiodi@gmail.com> wrote:

> I get this
> >Exit code: 3221225477

Perhaps
https://bugs.mysql.com/bug.php?id=103584

I have arrived at the Bulk Data Transfer step (last step) without
errors so far but now now I get an error saying:
"ERROR: Determine number of rows to copy: Error getting row count
from source tables, wbcopytables exited with code 3221225477
Failed"

--
:-<> Siri Seal of Disavowal #000-001. Disavowed. Denied. Deleted. @
'I desire mercy, not sacrifice.' /|\
Discordia: not just a religion but also a parody. This post / \
I am an Andrea Chen sockpuppet. insults Islam. Mohammed

Re: Exit code: 3221225477 working with tdbc::mysql

<7729baec-b656-43f3-ab24-7fb52efffddbn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19836&group=comp.lang.tcl#19836

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a37:80c5:0:b0:6ba:c5af:8b8e with SMTP id b188-20020a3780c5000000b006bac5af8b8emr16142278qkd.459.1660691806960;
Tue, 16 Aug 2022 16:16:46 -0700 (PDT)
X-Received: by 2002:aca:181a:0:b0:343:75a6:d687 with SMTP id
h26-20020aca181a000000b0034375a6d687mr355836oih.157.1660691806687; Tue, 16
Aug 2022 16:16:46 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Tue, 16 Aug 2022 16:16:46 -0700 (PDT)
In-Reply-To: <chine.bleu-C6DDEA.20103815082022@news.eternal-september.org>
Injection-Info: google-groups.googlegroups.com; posting-host=181.89.19.53; posting-account=Cgy5dQoAAADca6APzXXyHNx6hvwj5mk6
NNTP-Posting-Host: 181.89.19.53
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com> <chine.bleu-C6DDEA.20103815082022@news.eternal-september.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7729baec-b656-43f3-ab24-7fb52efffddbn@googlegroups.com>
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
From: lamuzzachiodi@gmail.com (lamuzz...@gmail.com)
Injection-Date: Tue, 16 Aug 2022 23:16:46 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 0
 by: lamuzz...@gmail.com - Tue, 16 Aug 2022 23:16 UTC

It's this anwser some kind of SPAM ?

Re: Exit code: 3221225477 working with tdbc::mysql

<tdhpaj$1ipo$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19837&group=comp.lang.tcl#19837

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!aioe.org!9mqibcuZ3IqbHui3f2bcQQ.user.46.165.242.75.POSTED!not-for-mail
From: noreply@nohost.com (Dave)
Newsgroups: comp.lang.tcl
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
Date: Tue, 16 Aug 2022 23:03:28 -0500
Organization: Aioe.org NNTP Server
Message-ID: <tdhpaj$1ipo$1@gioia.aioe.org>
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="52024"; posting-host="9mqibcuZ3IqbHui3f2bcQQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101
Thunderbird/45.5.1
X-Notice: Filtered by postfilter v. 0.9.2
 by: Dave - Wed, 17 Aug 2022 04:03 UTC

hex(3221225477) = 0xC0000005

I may be completely wrong as I am no windoze person. However it's been
my limited experience that this error is in some ways related to Unix
0C5 which is an addressing exception. Depending on where this occurs it
is, of course, either in mysql or Tcl or your code -- a bug for every case.

On 8/15/2022 9:25 PM, lamuzz...@gmail.com wrote:
> Hello,
> testing this script (parameters are not real, of course):
>
> package require tdbc::mysql
>
> tdbc::mysql::connection create test_conn -user test_admin -passwd test_passw -db test -host www.test.com -port 3306
> set consulta "SELECT * FROM entes"
> set sentencia [test_conn prepare $consulta ]
> $sentencia foreach row {
> puts $row
> }
> $sentencia close
> test_conn close
>
> I get this
>> Exit code: 3221225477
>
> However, using this
>
> puts [test_conn evaldirect $consulta ]
> i get the right lists.
> So, something is wrong with "prepare" or i've made a mistake ?
> Thanks,
>
> Alejandro
>

--
computerjock AT mail DOT com

Re: Exit code: 3221225477 working with tdbc::mysql

<bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19841&group=comp.lang.tcl#19841

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:1b01:b0:343:582f:3e07 with SMTP id bb1-20020a05622a1b0100b00343582f3e07mr699289qtb.578.1660782947881;
Wed, 17 Aug 2022 17:35:47 -0700 (PDT)
X-Received: by 2002:a05:6871:79d:b0:10d:6d35:6fae with SMTP id
o29-20020a056871079d00b0010d6d356faemr244649oap.113.1660782947448; Wed, 17
Aug 2022 17:35:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Wed, 17 Aug 2022 17:35:47 -0700 (PDT)
In-Reply-To: <tdhpaj$1ipo$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=181.89.19.53; posting-account=Cgy5dQoAAADca6APzXXyHNx6hvwj5mk6
NNTP-Posting-Host: 181.89.19.53
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com> <tdhpaj$1ipo$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
From: lamuzzachiodi@gmail.com (lamuzz...@gmail.com)
Injection-Date: Thu, 18 Aug 2022 00:35:47 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1246
 by: lamuzz...@gmail.com - Thu, 18 Aug 2022 00:35 UTC

Yes, my guess is that is something like that ... But it's no easy trace the problem ...

Re: Exit code: 3221225477 working with tdbc::mysql

<e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19844&group=comp.lang.tcl#19844

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:6214:e4d:b0:488:d1a5:469c with SMTP id o13-20020a0562140e4d00b00488d1a5469cmr714952qvc.111.1660788113647;
Wed, 17 Aug 2022 19:01:53 -0700 (PDT)
X-Received: by 2002:a05:6808:1294:b0:344:9e65:915e with SMTP id
a20-20020a056808129400b003449e65915emr2718989oiw.251.1660788113403; Wed, 17
Aug 2022 19:01:53 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Wed, 17 Aug 2022 19:01:53 -0700 (PDT)
In-Reply-To: <bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.89.19.53; posting-account=Cgy5dQoAAADca6APzXXyHNx6hvwj5mk6
NNTP-Posting-Host: 181.89.19.53
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
<tdhpaj$1ipo$1@gioia.aioe.org> <bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com>
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
From: lamuzzachiodi@gmail.com (lamuzz...@gmail.com)
Injection-Date: Thu, 18 Aug 2022 02:01:53 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1426
 by: lamuzz...@gmail.com - Thu, 18 Aug 2022 02:01 UTC

I can't debug to c level but the problem is related to dll files. After testing several versions of libmariadb.dll, i can confirm that only 3.1.17 works, both 3.2.7 and 3.3.1 fails.

Re: Exit code: 3221225477 working with tdbc::mysql

<tdko1n$t1bo$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=19845&group=comp.lang.tcl#19845

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: wortkarg2@yahoo.de (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
Date: Thu, 18 Aug 2022 09:00:07 +0200
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <tdko1n$t1bo$1@dont-email.me>
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
<tdhpaj$1ipo$1@gioia.aioe.org>
<bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
<e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 18 Aug 2022 07:00:07 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="a8d12972dfc13dd9d42ee524c0893736";
logging-data="951672"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18FywdI04HaMOCPnGeiAWa6"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.12.0
Cancel-Lock: sha1:vgcz79eos+BVYu23QtP93ARs5CQ=
Content-Language: en-GB
In-Reply-To: <e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com>
 by: Harald Oehlmann - Thu, 18 Aug 2022 07:00 UTC

Am 18.08.2022 um 04:01 schrieb lamuzz...@gmail.com:
> I can't debug to c level but the problem is related to dll files. After testing several versions of libmariadb.dll, i can confirm that only 3.1.17 works, both 3.2.7 and 3.3.1 fails.

I see your ticket https://core.tcl-lang.org/tdbcmysql/info/78b1ea5622dc2f1a

Let's continue discussion there.

Thanks,
Harald

Re: Exit code: 3221225477 working with tdbc::mysql

<c4f7ff9f-bb9b-482a-9060-7be0fc8db719n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20087&group=comp.lang.tcl#20087

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a37:3c5:0:b0:6ce:3f31:e019 with SMTP id 188-20020a3703c5000000b006ce3f31e019mr8402969qkd.498.1663442547360;
Sat, 17 Sep 2022 12:22:27 -0700 (PDT)
X-Received: by 2002:a05:6870:c1d4:b0:127:9423:22b8 with SMTP id
i20-20020a056870c1d400b00127942322b8mr6214007oad.123.1663442547072; Sat, 17
Sep 2022 12:22:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sat, 17 Sep 2022 12:22:26 -0700 (PDT)
In-Reply-To: <tdko1n$t1bo$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=67.248.242.86; posting-account=A5zKhQoAAAC3LhE56UY_lZzWnjVW132K
NNTP-Posting-Host: 67.248.242.86
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
<tdhpaj$1ipo$1@gioia.aioe.org> <bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
<e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com> <tdko1n$t1bo$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c4f7ff9f-bb9b-482a-9060-7be0fc8db719n@googlegroups.com>
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
From: kevin.b.kenny@gmail.com (Kevin Kenny)
Injection-Date: Sat, 17 Sep 2022 19:22:27 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1592
 by: Kevin Kenny - Sat, 17 Sep 2022 19:22 UTC

The problem should be fixed in tdbc::mysql 1.1.5.

An interim workaround is to install an Oracle MySQL client library alongside the MariaDB one. The Oracle client works fine against the MariaDB server (or I'd have surely noticed this problem sooner. I have both clients on my testing machine.)

Re: Exit code: 3221225477 working with tdbc::mysql

<089f7b49-190b-4168-9dc6-32a148f2068bn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20088&group=comp.lang.tcl#20088

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a37:e319:0:b0:6cd:f643:b6d6 with SMTP id y25-20020a37e319000000b006cdf643b6d6mr8324211qki.616.1663446941248;
Sat, 17 Sep 2022 13:35:41 -0700 (PDT)
X-Received: by 2002:aca:bd04:0:b0:350:79df:918d with SMTP id
n4-20020acabd04000000b0035079df918dmr1935599oif.238.1663446941009; Sat, 17
Sep 2022 13:35:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sat, 17 Sep 2022 13:35:40 -0700 (PDT)
In-Reply-To: <c4f7ff9f-bb9b-482a-9060-7be0fc8db719n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.89.19.53; posting-account=Cgy5dQoAAADca6APzXXyHNx6hvwj5mk6
NNTP-Posting-Host: 181.89.19.53
References: <c6af484d-4ac9-4e89-82e1-a6e5afdd4011n@googlegroups.com>
<tdhpaj$1ipo$1@gioia.aioe.org> <bcce2e9c-d265-45d7-b6ad-bed78d1ec875n@googlegroups.com>
<e1c6f381-7179-4bd1-9b0a-6c82b02f6867n@googlegroups.com> <tdko1n$t1bo$1@dont-email.me>
<c4f7ff9f-bb9b-482a-9060-7be0fc8db719n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <089f7b49-190b-4168-9dc6-32a148f2068bn@googlegroups.com>
Subject: Re: Exit code: 3221225477 working with tdbc::mysql
From: lamuzzachiodi@gmail.com (lamuzz...@gmail.com)
Injection-Date: Sat, 17 Sep 2022 20:35:41 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1421
 by: lamuzz...@gmail.com - Sat, 17 Sep 2022 20:35 UTC

This fix will works ok with 8.6 ?


devel / comp.lang.tcl / Re: Exit code: 3221225477 working with tdbc::mysql

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor