Info
[2017/04/22 18:32:35.152] Traceback (most recent call last):
[2017/04/22 18:32:35.152]
File "buildscripts/hang_analyzer.py", line 732, in
[2017/04/22 18:32:35.152]
main()
[2017/04/22 18:32:35.152]
File "buildscripts/hang_analyzer.py", line 705, in main
[2017/04/22 18:32:35.152]
jstack.dump_info(root_logger, process_logger, pid, process_name)
[2017/04/22 18:32:35.152]
File "buildscripts/hang_analyzer.py", line 459, in dump_info
[2017/04/22 18:32:35.152]
root_logger.info("Debugger %s, analyzing" % (jstack, process_name, pid))
[2017/04/22 18:32:35.152] TypeError: not all arguments converted during string formatting
[2017/04/22 18:32:35.167] Command failed: exit status 1
Top User Comments
xgen-internal-githook commented on Fri, 28 Apr 2017 20:56:44 +0000:
Author:
{u'username': u'visemet', u'name': u'Max Hirschhorn', u'email': u'max.hirschhorn@mongodb.com'}
Message: SERVER-28995 Fix format string in JstackDumper.
(cherry picked from commit ee0020c9b3ee264a7cda5974600f2e8a79bc1691)
Branch: v3.4
https://github.com/mongodb/mongo/commit/6487020c8c781ce2e536dc61adf7cd65dc9eb361
xgen-internal-githook commented on Thu, 27 Apr 2017 19:22:55 +0000:
Author:
{u'username': u'visemet', u'name': u'Max Hirschhorn', u'email': u'max.hirschhorn@mongodb.com'}
Message: SERVER-28995 Fix format string in JstackDumper.
Branch: master
https://github.com/mongodb/mongo/commit/ee0020c9b3ee264a7cda5974600f2e8a79bc1691
Steps to Reproduce
Have a java process running for the hang_analyzer.py script to try and attach a debugger to.