Ad
  • Default User Avatar
  • Default User Avatar

    Uh oh... The error was in my function. I looked back again at my code and found it. Thanks for confirming!

    (fwiw, my error was not returning a value, which didn't cause an error until the above function was executed)

  • Default User Avatar

    This function is implemented in the preloaded part but you cannot see it. The function works and cannot cause an error. It is there to compare your results and the tests by way of strings. Could you report what the failing tests are giving?

  • Default User Avatar

    In C, char* array2StringData(Pair** arr, int sz); does not appear to be implemented, which is causing a Sig 11 dump. Is this function to be implemented as part of the kata?

  • Default User Avatar

    Hi there. Thanks for the c translaion. I seem to be experiancing some crashes, but only with one of the tests:

    ElementTitleShouldWorkForNestedElements
    ✔ Test Passed
    ✘ Test Crashed
    Exit code: 0
    Signal code: 6

    STDERR:
    *** Error in `/workspace/solution': free(): invalid next size (fast): 0x000000000213ec40 ***

    All the rest of my tests pass, and I'm using the same code for every function call.