Giter Site home page Giter Site logo

Comments (5)

RayOfLight1 avatar RayOfLight1 commented on June 26, 2024

after reading further, sending an USR1 produces the same problem :(

from bruteforce-salted-openssl.

glv2 avatar glv2 commented on June 26, 2024

Could you try running it in gdb and get the stack trace with bt after the segfault error occurs?
It should help determining where the error comes from.

from bruteforce-salted-openssl.

RayOfLight1 avatar RayOfLight1 commented on June 26, 2024

I haven't used gdb for a while, so bear with me:

Single stepping until exit from function pthread_join,
which has no line number information.

Thread 1 "bruteforce-salt" received signal SIGSEGV, Segmentation fault.
0x00007feaee60ccb1 in ?? () from /lib64/libc.so.6
(gdb) where
#0  0x00007feaee60ccb1 in ?? () from /lib64/libc.so.6
#1  0x00007feaee60ec76 in strftime_l () from /lib64/libc.so.6
#2  0x0000000000402bed in handle_signal ()
#3  \<signal handler called>
#4  0x00007feaeec0260b in pthread_join () from /lib64/libpthread.so.0
#5  0x0000000000402012 in main ()

the code for the -v seems quite simple, the "strftime_l()" looks like the biggest clue.

from bruteforce-salted-openssl.

glv2 avatar glv2 commented on June 26, 2024

I added checks for time functions (commit 932616e).
Could you compile the current master branch on your machine and see if the error still occurs?

from bruteforce-salted-openssl.

RayOfLight1 avatar RayOfLight1 commented on June 26, 2024

I've tried with -v 1 and with SIGUSR1 and works perfectly, I'm off to see what magic you've done! :)

from bruteforce-salted-openssl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.