severity 1005629 normal
thanks

On Tue, Jun 07, 2022 at 09:57:35PM +0200, Lucas Nussbaum wrote:
> I tried again and confirmed that it builds fine now.
> 
> When doing those archive rebuilds, I retry failed builds and only file
> bugs when they failed two times. Maybe there was an error on the service
> used by the test during both the initial build and the retry?

Thanks for trying it again!

The failing test doesn't really access any service: It tries to
http GET http://nosuchhost:<some port>/ and verifies that the connection
fails. (Just for fun, I put an entry for nosuchhost into /etc/hosts ->
the test just locks up in an infinite loop.)

But I do have a theory what might have happened:
If the initTestCase method fails to open the HttpServer port, a null
pointer will be dereferenced, which would explain the signal 11.

> In any case, this bug can probably be closed, or its severity
> downgraded.

I'll keep the bug open for now, as there really seems to be a small bug
in the test case, but downgrade it to normal severity.

Jan

Reply via email to