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

Star::getOrbitBarycenter() returns star itself in some cases #357

Closed
375gnu opened this issue Aug 12, 2019 · 2 comments
Closed

Star::getOrbitBarycenter() returns star itself in some cases #357

375gnu opened this issue Aug 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@375gnu
Copy link
Member

375gnu commented Aug 12, 2019

See https://celestia.space/forum/viewtopic.php?f=15&t=19795&p=145374#p145374 for more info.

@375gnu 375gnu added the bug Something isn't working label Aug 12, 2019
@375gnu 375gnu added this to To do in Release 1.7.0 Aug 16, 2019
@375gnu
Copy link
Member Author

375gnu commented Sep 4, 2019

#34918 0x000055555572ebf4 in Star::getPosition(double) const ()
#34919 0x000055555572ebf4 in Star::getPosition(double) const ()
#34920 0x000055555572ebf4 in Star::getPosition(double) const ()
#34921 0x000055555572ebf4 in Star::getPosition(double) const ()
#34922 0x000055555572ebf4 in Star::getPosition(double) const ()
#34923 0x0000555555642f7a in StarTableModel::data(QModelIndex const&, int) const ()
#34924 0x00007ffff71b52dc in QStyledItemDelegate::initStyleOption(QStyleOptionViewItem*, QModelIndex const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34925 0x00007ffff71b48ee in QStyledItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34926 0x00007ffff71f7f8d in QTreeViewPrivate::widthHintForIndex(QModelIndex const&, int, QStyleOptionViewItem const&, int) const () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34927 0x00007ffff71fae17 in QTreeView::sizeHintForColumn(int) const () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34928 0x00007ffff71f4112 in QTreeView::resizeColumnToContents(int) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34929 0x0000555555644abf in CelestialBrowser::slotRefreshTable() ()
#34930 0x0000555555646a68 in CelestialBrowser::CelestialBrowser(CelestiaCore*, QWidget*, InfoPanel*) ()
#34931 0x0000555555638fd9 in CelestiaAppWindow::init(QString const&, QStringList const&) ()
#34932 0x000055555562a17a in main ()
(gdb) 

@375gnu
Copy link
Member Author

375gnu commented Aug 2, 2022

Actually it was referencing not itself but it was a loop star->barycenter->star caused by invalid extra catalogs. One catalog has Gliese 442 as a barycenter and Gliese 442 A as a star but another one had them conversely.

@375gnu 375gnu closed this as completed Aug 2, 2022
@375gnu 375gnu moved this from To do to Done in Release 1.7.0 Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Release 1.7.0
  
Done
Development

No branches or pull requests

1 participant