question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error symbol finder

See original GitHub issue

Description

What steps will reproduce the problem?

Problem when doing fast symbol search, and clicking on any function name in window.

Traceback

  File "/home/lordflaron/src/spyder/spyder/widgets/fileswitcher.py", line 637, in enter
    stack_index = self.paths.index(self.filtered_path[row])
AttributeError: 'FileSwitcher' object has no attribute 'filtered_path'

Versions

  • Spyder version: 4.0.0.dev0 df354d171
  • Python version: 3.7.3
  • Qt version: 5.12.2
  • PyQt5 version: 5.12.1
  • Operating System: Linux 5.0.7-arch1-1-ARCH

Dependencies

pygments >=2.0    :  2.3.1 (OK)
qdarkstyle >=2.6.4:  2.6.5 (OK)
sphinx >=0.6.6    :  2.0.0 (OK)
psutil >=0.3      :  5.6.1 (OK)
pyls >=0.19.0     :  0.26.1 (OK)
nbconvert >=4.0   :  5.4.0 (OK)
pandas >=0.13.1   :  0.24.1 (OK)
numpy >=1.7       :  1.16.1 (OK)
sympy >=0.7.3     :  1.4 (OK)
cython >=0.21     :  None (NOK)
qtconsole >=4.2.0 :  4.4.3 (OK)
IPython >=4.0     :  7.2.0 (OK)
matplotlib >=2.0.0:  3.0.3 (OK)
pylint >=0.25     :  2.2.2 (OK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ccordoba12commented, Apr 24, 2019

@dalthviz, please take a look at this one.

0reactions
ccordoba12commented, May 1, 2019

That’s a problem with Qt and not with Spyder. Please report it with your distribution or use Anaconda instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to debug error "Symbol lookup error: undefined symbol"
To answer the "which libocci is getting loaded", run with LD_DEBUG=libs . Just because the symbol is present in the symbol table of...
Read more >
what is "symbol lookup error" mean ? - LinuxQuestions.org
The error occurs when a module can't find a module function to call. A module can export functions so that other modules can...
Read more >
How to resolve "symbol lookup error" on .NET Core on Linux
Using "readelf -a" I've been able to ascertain that one of the "undefined symbols", i.e., "u_strlen", is implemented in libicuuc.so. Yet the ...
Read more >
How can I fix the error message: symbol lookup error
I tried to install codeblocks, the IDE for c++. I was getting continuously error messages. I thus updated many times and reinstalled many ......
Read more >
Symbol lookup error message when running the application
When I try to run my application, I get the following error message: /opt/scali/bin/mpimon: symbol lookup error: /opt/scali/bin/mpimon: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found