Re: X509 cert errors

2021-04-22 Thread Marc Simpson
Thanks! /M On Thu, Apr 22, 2021 at 2:23 PM Martin Nilsson (Coppermist) @ Pike (-) developers forum <10...@lyskom.lysator.liu.se> wrote: > I've fixed that. Looks like the behaviour of adding an array to 0 is > no longer working. >

Asyncrhonous database

2021-04-22 Thread Martin Nilsson (Coppermist) @ Pike (-) developers forum
Anyone looked at asynchronous database query API? I'm thinking about all the big_query, big_typed_query etc. but retuning a Promise.

X509 cert errors

2021-04-22 Thread Martin Nilsson (Coppermist) @ Pike (-) developers forum
I've fixed that. Looks like the behaviour of adding an array to 0 is no longer working.

X509 cert errors

2021-04-22 Thread Marc Simpson
Hi folks, With recent Pikes, I get the following SSL/TLS error on multiple platforms: > Protocols.HTTP.get_url; [warnings*] > Protocols.HTTP.get_url("https://example.com;); Bad argument 0 to `+(). Expected array. Unknown program: `+(0,({"chambersignr...@chambersign.org"}))

Recursive Pike_error calls

2021-04-22 Thread Stephen R. van den Berg
Any suggestions on how I can find out in this coredump where the original exception was? (i.e. which pike file and linenumber point at the spot where we tried to access the variable in the destructed object). Pike compiled with -O2 -g, no PIKE_DEBUG. Program terminated with signal SIGABRT,