Git Product home page Git Product logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
I'm running at CentOS6.5 x64.

Original comment by [email protected] on 28 Jul 2014 at 3:33

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Can you specify exactly the failure mode? Does the program hang, or exit 
unexpectedly, or does the system hang, or something else? Also, can you include 
the full log? 

This pause is intended to find issues related to sudden change of load and 
power usage.

Original comment by [email protected] on 28 Jul 2014 at 6:40

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
The program not hang, not exit and my system not hang.
But, the program keep running over 28800 sec and no any result about pass or 
fail.

Original comment by [email protected] on 29 Jul 2014 at 12:00

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Did it keep printing stuff? It shoudl print a note every 10 seconds or so. 
What happens if you press ctrl-C?

Original comment by [email protected] on 29 Jul 2014 at 12:37

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
NO, after show "pausing worker threads in preparation for power spike", then it 
will not printing stuff.
If I press ctrl-C, it have no response. 
If I press ctrl-Z, it will exit. But I have checked my system CPU, Memory 
loading, it's still keep running...

Original comment by [email protected] on 29 Jul 2014 at 1:09

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Hi, sorry for bother you.
Do you have any comment?
Thank you

Original comment by [email protected] on 30 Jul 2014 at 1:59

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Can you build with debug and run under gdb? When stressapptest is stuck, then 
break and see where it is stuck?

I'm not able to reproduce this on Ubuntu 64bit.

Original comment by [email protected] on 30 Jul 2014 at 4:51

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Also, just to get it running, you may add 
--pause_delay 100000
which will not run any pause within the 28000s run.

Original comment by [email protected] on 30 Jul 2014 at 4:57

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Hi, how to build with debug and run under gdb? Thanks

Original comment by [email protected] on 30 Jul 2014 at 5:48

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Hi, do you have any updates? thank you

Original comment by [email protected] on 4 Aug 2014 at 12:19

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024

# This adds debug symbols to the build:
CXXFLAGS+=" -g" ./configure
make

# Run under gdb
gdb ./src/stressapptest
(gdb) r -M 200 -s 200 --pause_delay 10

# Break at the problem occurance
^C when stressapptest appears to be stuck

# Check thread state
(gdb) info threads
(gdb) thread apply all bt

Then paste the result here.

Original comment by [email protected] on 4 Aug 2014 at 8:41

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Hi, thanks for your help.
About Log, please refer to the attachment file.

Original comment by [email protected] on 5 Aug 2014 at 6:14

Attachments:

from stressapptest.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
It looks like the "thread apply all bt" command didn't get run.. Can you wait 
until "info threads" is complete and then run the other command? 

It does appear that stressapptest is stuck.

Original comment by [email protected] on 6 Aug 2014 at 3:24

from stressapptest.

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.