Closed fhawk12 closed 1 year ago
how to fix it, please help me, thanks
It seems that there are some errors in memory access, based on the console error messages. The errors occur when attempting to access an invalid memory location, such as a null pointer or something similar.
You can try the following methods to identify the location of the errors:
gdb
to debug your program and obtain the error location.coredumpctl gdb processID
to investigate where the errors are occurring. However, please note that you must first know the process ID of your program before using this command.It's useful, I find where I was wrong, my database field name is "password", but it should be "passwd". Thank you for your advice!