[Bug 1843693] [NEW] Segfault in mod_md.so when adding new MDomain section

2019-09-12 Thread Gert Hulselmans
Public bug reported: After adding a new domain with MDomain and rebooting apache2, apache2 crashes: $ dmesg ... apache2[1241]: segfault at 0 ip 7f288669a86d sp 7ffc76b935a0 error 4 in mod_md.so.0.0.0[7f2886682000+31000] Updating mod_md to 1.1.17 would solve it: https://github.com/icing

[Bug 490736] Re: mawk 1.3.3-13ubuntu1 incorrectly handles "/" in "[ ]" expressions

2011-02-24 Thread Gert Hulselmans
The problem is still in mawk of Ubuntu 10.10 I found a version of mawk, maintained by a new developer: http://invisible-island.net/mawk/ New mawk changelog (debian patches included + new things): http://invisible-island.net/mawk/CHANGES This version works as expected too: for interpretter i

[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2011-02-24 Thread Gert Hulselmans
The mawk version available on: http://invisible-island.net/mawk/ solves this problem (and several other mawk 1.3.3 bugs too). $ # mawk 1.3.3 of Ubuntu 10.10 $ echo x | mawk '/[[:lower:]]/' $ # mawk 1.3.4 $ echo x | ../mawk-1.3.4-20100625/mawk '/[[:lower:]]/' x $ echo x | gawk '/[[:lower:]]/' x

[Bug 26603] Re: String indexes are inconsistent with other awks

2011-02-24 Thread Gert Hulselmans
I found a version of mawk, maintained by a new developer: http://invisible-island.net/mawk/ New mawk changelog (debian patches included + new things): http://invisible-island.net/mawk/CHANGES This version of mawk (v0.3.4), gives the same output as gawk: $ # mawk 0.3.3 of Ubuntu 10.10 $ echo

[Bug 400409] Re: RS is readonly

2011-02-24 Thread Gert Hulselmans
mawk 1.33 of Ubuntu 10.10 still has problems with RS="\0". Part of boot info script where RS="\0" is used: -- get_embedded_menu () { local source=$1 titlename=$2; # Check if magic bytes that go before the

[Bug 716920] Re: "mawk -F '\0' '{print $1}'" doesn't give the expected result

2011-02-13 Thread Gert Hulselmans
The correct link for the Boot Info Script download is: wget -O boot_info_script.sh 'http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=blob_plain;f=boot_info_script.sh;hb=0c8e808eba272af5ef8b5f4df4654f350526d17b' -- You received this bug notification bec

[Bug 716920] [NEW] "mawk -F '\0' '{print $1}'" doesn't give the expected result

2011-02-11 Thread Gert Hulselmans
Public bug reported: Binary package hint: mawk 'mawk -F '\0' '{print $1}''' doesn't give the expected result. Mawk version of Ubuntu 10.10. How to reproduce: --- Download the last development version of boot_info_script: wget -O boot_info_script.sh 'http://bootinfoscript