Coder Social home page Coder Social logo

Comments (5)

ak47for avatar ak47for commented on July 25, 2024

I test with following command and it crash too
server: ./picoquicdemo -P plugins/multipath/multipath_rr_cond.plugin
client: ./picoquicdemo -P plugins/multipath/multipath_rr_cond.plugin 127.0.0.1

gdb bt

Program received signal SIGSEGV, Segmentation fault.
get_path (path=0x10, ak=21, param=0) at picoquic/getset.c:487
487 return path->send_mtu;
(gdb) bt
#0 get_path (path=0x10, ak=21, param=0) at picoquic/getset.c:487
#1 0x00007ffff7fb64fb in ?? ()
#2 0x00007fff00000000 in ?? ()
#3 0xffffffffffffffff in ?? ()
#4 0x0000000000000000 in ?? ()

from pquic.

ArthurCChen avatar ArthurCChen commented on July 25, 2024

have you executed make in every directory of plugins you used? I solved the Segmentation fault (core dumped) by doing so,

from pquic.

balusch avatar balusch commented on July 25, 2024

@ak47for Hi! I met the same problem. Have you solved it?

from pquic.

balusch avatar balusch commented on July 25, 2024

have you executed make in every directory of plugins you used? I solved the Segmentation fault (core dumped) by doing so.

Did you meet the same problem(i.e. return path->send_mtu) and solve it by run make in every plugin under the plugins directory?

from pquic.

balusch avatar balusch commented on July 25, 2024

I test with following command and it crash too server: ./picoquicdemo -P plugins/multipath/multipath_rr_cond.plugin client: ./picoquicdemo -P plugins/multipath/multipath_rr_cond.plugin 127.0.0.1

gdb bt

Program received signal SIGSEGV, Segmentation fault. get_path (path=0x10, ak=21, param=0) at picoquic/getset.c:487 487 return path->send_mtu; (gdb) bt #0 get_path (path=0x10, ak=21, param=0) at picoquic/getset.c:487 #1 0x00007ffff7fb64fb in ?? () #2 0x00007fff00000000 in ?? () #3 0xffffffffffffffff in ?? () #4 0x0000000000000000 in ?? ()

Hi! I met the same problem but after compiling plugins with llvm-6(clang-6.0 and llc-6.0), it worked without crash.

from pquic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.