Pouria Derakhshanfar
Pouria Derakhshanfar
Hi @gibello, The given stack trace to Botsing should not contain any frame without a line number. In your trace, the first frame is `at java.net.PlainSocketImpl.socketConnect(Native Method)`. You can remove...
@gibello, yes, you are right. In the next release, I will make sure that this exception is handled properly.
@jesus-gorronogoitia, Yes, dynamic analysis is enabled by default. In your case, you can see [here](https://github.com/supersede-project/integration/blob/stamp-baseline/IF/API/eu.supersede.if.api/Botsing/supersede-if-botsing/results/models/carvedTests/tests.xml) that there is one carved test suite (`eu.supersede.integration.api.pubsub.test.EvolutionAlertMessageListenerTest`). However, it seems that the carver could...
The carving process (in EvoSuite) was not successful in executing some test cases. But, there is no error message from EvoSuite. In my opinion, it does not execute because of...
> When the frame in the input stack trace does not correspond to any instruction in the source code (which can happen e.g. when trying to reproduce the stack trace...
Dear @jesus-gorronogoitia , According to the exception that you got from the botsing, I can see that the problem is in the security manager. **What is Java Security Manager?** If...
@jesus-gorronogoitia No, I just wanted to attach the paper too. However, the answer was already mentioned in my previous message. To avoid unexpected events during the execution of the generated...
For this moment, no. However, we are adding new features that will be available soon. With these new features, Botsing will have more rate of crash reproduction. We are working...
Hi @jesus-gorronogoitia Yes you can disable the security manager by passing this command while you are calling the botsing: `-Dsandbox=False` However, disabling it can be risky. It may lead to...
Dear @jesus-gorronogoitia I am afraid there is no easy way to disable only some of the restrictions of `sandbox` in Evosuite. Also, since we are using Evosuite as a dependency,...