This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
00:44 human-blip left 00:46 human-blip joined
disbot3 <romdav55_30502> Hi, im having a Process finished with exit code 139 (interrupted by signal 11:SIGSEGV) on mac, DB::MySQL just adding this line $db.query('select 34').value; 01:25
<romdav55_30502> What can be wrong? 01:26
02:19 Some-body_ joined 02:20 DarthGandalf left 02:23 Some-body_ is now known as DarthGandalf
disbot3 <rcmlz> Hello @romdav55_30502 Sometimes it is helpfull to put a minimal code example illustrating the problem at e.g. glot.io/ or something similar such that it is easy for someone who want to replicate the error. 05:33
lizmat romdav55_30502 segfaults shouldn't happen: if the line is really that simple to create a segfault, it feels like there is an issue with the installation of the DB::MySQL module or one of its dependencies 08:49
08:54 soverysour joined
disbot3 <apogee> or mysql itself potentially? 10:25
lizmat well... for a query such as that: I think mysql has grown beyond that :-) 10:26
12:34 soverysour left
disbot3 <apogee> If trying to select before a table exists -- I'd expect error not segfault, or corrupted data directory I guess would be more likely to segfault 12:39
13:01 soverysour joined, soverysour left, soverysour joined 13:06 soverysour left 13:55 soverysour joined 14:01 soverysour left 14:44 soverysour joined 14:48 soverysour left 15:29 soverysour joined 17:23 human-blip left 17:25 human-blip joined 17:26 lizmat left 17:46 lizmat joined 19:16 soverysour left
disbot3 <tpaul64_18694> i wanted to try this with a mysql docker container and i can't get it to connect via host and port, it just tells me it can't connect through /var/lib/mysql/mysql.sock which obviously doesn't exist because of course not 21:09
<tpaul64_18694> ok it looks like it didn't like "localhost" but 127.0.0.1 made it work. and then the select Just Works as well 21:13
lizmat heh... as always DNS (assuming absence of /etc/hosts) 22:59