Search notes:

Windows Subsystem for Linux: the ps command

When running ps in Windows Subsystem for Linux and trying to show the values eip and esp register, it turns out that their values are zero:
$ ps -e -o args,eip,esp
COMMAND              EIP              ESP
/init   0000000000000000 0000000000000000
/init   0000000000000000 0000000000000000
/init   0000000000000000 0000000000000000
-bash   0000000000000000 0000000000000000

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1759391361, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/ps/WSL(37): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78