>> It looks like the hang is still present as of 603358d. >> >> When the following runs: >> >> ../test/recipes/30-test_afalg.t >> >> What is actually running? How can I get it under a debugger? > > > $ ./config -d > $ make > $ make test/afalgtest > $ cd test > $ OPENSSL_ENGINES=../engines/afalg gdb ./afalgtest
Thanks Matt. I'm having trouble attaching to afalgtest when its running under 'make test'. I'm also having trouble starting afalgtest when using the procedure above: it loads OK in GDB, but nothing happens after 'r'. 'top' is not showing anything out of the ordinary. I'm guessing its a problem with afalgtest startup code. I want to isolate this a little more. How can I remove electric fence but keep the debugging configuration? Can I configure with something like './config -d no-electric-fence' Jeff -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev