Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seastar segfaults in tcp_test on Ubuntu 16.04 LTS #198

Open
tedqian opened this issue Sep 28, 2016 · 2 comments
Open

seastar segfaults in tcp_test on Ubuntu 16.04 LTS #198

tedqian opened this issue Sep 28, 2016 · 2 comments

Comments

@tedqian
Copy link

tedqian commented Sep 28, 2016

Is there anything wrong or i made a mistake?

Following is what I get when I use gdb:

net::device::receive(std::function<future<> (net::packet)>) (this=0x6000000911c0, next_packet=...) at net/net.cc:251
251 auto sub = _queues[engine().cpu_id()]->_rx_stream.listen(std::move(next_packet));
(gdb) bt
#0 net::device::receive(std::function<future<> (net::packet)>) (this=0x6000000911c0, next_packet=...) at net/net.cc:251
#1 0x00000000004fcb33 in net::interface::interface (this=0x7fffffffd8f0, dev=std::shared_ptr (count 4892191, weak -1) 0x7fffffffd6b0) at net/net.cc:278
#2 0x000000000041331c in main (ac=, av=) at tcp_test.cc:62

(gdb) p local_engine
$1 = (reactor *) 0x0

@abc100m
Copy link

abc100m commented Oct 2, 2016

Had you solved this issue?
I have this issue on CentOS 7.2 too

@cooperpellaton
Copy link

Can confirm that this is still an issue.

Running the TCP_Test results in a segfault. Additionally when using this configuration for compilation: ./configure.py --mode="release" --compiler="g++-5" --cflags="-Wno-unused-variable -g" no debug files are created and GDB cannot be used to trace back the segfualt despite that fact that -g is enabled at compile time.

Running on Ubuntu 16.04 with CAF release 17.05.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants