I have been trying to solve the very basic program TEST in scheme (gnu guile) but seems that I always get runtime error (sigabrt).

I tried obviously the same program locally (gnu guile 2.2.6) and it works. I even tried a stupid program that just outputs “42” which should just return wrong answer but even that one fails with runtime error.

Trying the code on ideone (https://ideone.com/qdxmWH10) I can reproduce the problem, it always prints on stderr the error: 'Wrong __data_start/_end pair"

Is scheme (gnu guile) available or not in SPOJ?

Thanks.

  • created

    Nov '19
  • last reply

    Jul '21
  • 1

    reply

  • 992

    views

  • 2

    users

  • 1

    like

  • 2

    links

1 year later

About 12 years ago I solved 30+ problems with guile, however today I notice that I can’t AC even for TEST problem (always receive SIGABRT).
Before that I found problem OVISLARSUM too boring for solving it with normal language, so I try to solve it with guile and failed.

I have no idea which Linux system is used by SPOJ, but I suspect that problem with guile looks something similar to this12.