gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

Ubuntu 22.04 arm build crush #3284

Open Fricodelco opened 1 year ago

Fricodelco commented 1 year ago

Environment

Description

gazebo crashes after start with no error to terminal. but with 11.10.2 tag built from source everything ok

Steps to reproduce

build this commit or install ppa ARM build for ubuntu 22.04

Output

Снимок экрана 2022-11-30 в 23 24 40
j-rivero commented 1 year ago

Thanks for testing @Fricodelco. We are going to need more info to see what's going on. Could you please:

Thanks!

Fricodelco commented 1 year ago

i got this error with gzserver --verbose

image
j-rivero commented 1 year ago

The code comes from the TopicManager.cc so it could be related to the network configuration. Could you please run ip addr show or ifconfig to see how is the network configured? Thanks.

Fricodelco commented 1 year ago

i run ubuntu 22.04 under parallels with m1 mac, ros2 works well with cyclonedds, so i suppose gazebo must work as well...

image
nihavend commented 1 year ago

I have an installation issue (M1-Parallels-Ubuntu 20.04)

https://community.gazebosim.org/t/installing-gazebo-on-m1-ventura-13-1/1748

jpgtzg commented 9 months ago

Hi, I'm having the same issue. Has there been any works or solutions to this issue @j-rivero @Fricodelco ?