error: longjmp causes uninitialized stack frame

前端 未结 2 1278
轻奢々
轻奢々 2020-12-23 21:48

I have a server application that creates a Bus on the dbus and after some minutes of running I got an error that I have never seen before. Did you have an idea whats wrong?<

2条回答
  •  独厮守ぢ
    2020-12-23 22:40

    This should be fixed in curl 7.32.0 according to the Debian changelog where threaded DNS resolver has been implemented. The Debian package is in unstable and can be found here.

    For Ubuntu 12.04 -> 13.04 you can use this PPA.

    sudo apt-add-repository ppa:jaywink/curldebian
    sudo apt-get update && sudo apt-get upgrade
    

    Ubuntu 13.10 includes curl 7.32 so should not have this problem.

提交回复
热议问题