Author Topic: C::B needs much time to run program  (Read 2912 times)

Offline C:B_newbie

  • Multiple posting newcomer
  • *
  • Posts: 10
C::B needs much time to run program
« on: August 08, 2018, 11:07:22 am »
Greetings,

I have just finished a c++ simulation (~300 lines of code, the largest one I have written up until now). The compiler doesn't give errors nor warnings, everything seems fine. If I click on "Run" the CB display gives
"-------------- Run: Debug in name_of_program (compiler: GNU GCC Compiler)---------------",
nothing else for like 90s. This is the first time, that happened. Is there something wrong?

Then the display shows "Checking for existence ... lots of paths...", which seems to be normal and the program starts running.
It is still running as I speak, there might be something wrong with the code. Could this be the reason for why CB takes so long to start running the program?

Regards

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C::B needs much time to run program
« Reply #1 on: August 08, 2018, 01:53:27 pm »
Is this problem reproducible? Is the system under high load?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline C:B_newbie

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: C::B needs much time to run program
« Reply #2 on: August 08, 2018, 02:18:55 pm »
Right now, it works fine.

The system was not on heavy load. Really strange. And during the 90s, C::B sent "no response".

What does that ----debug--- line mean?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C::B needs much time to run program
« Reply #3 on: August 08, 2018, 03:30:07 pm »
This is the name of the target you're running.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: C::B needs much time to run program
« Reply #4 on: August 10, 2018, 01:47:12 pm »
Do you have some anti virus running? They slow down compiling, execution a lot, because compiler are basically viruses....