strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Overflow Error #19

Closed dorvak closed 10 years ago

dorvak commented 10 years ago

Finally, we produced an OverFlow-Error (yeahhh!!) in the 3.3 Version:

  File "Facepager.py", line 314, in <module>
    startMain()
  File "Facepager.py", line 309, in startMain
    sys.exit(app.exec_())
OverflowError

Reproducable on Mac OS 10.8.4: Collect some Tweets via the search method. Selecting one of them crashes the whole Facepager, beeing unable to make interactions within the FP. Closing the whole stuff, it produces the error above

dorvak commented 10 years ago

Edit: As I´m not into all these IDE and due to the Type of Error, which might not be debuggable by pythons pdb (debugger), one should consider debugging with the gdb (https://wiki.python.org/moin/DebuggingWithGdb)

Tried it, but got no real idea what causes the problem (I don´t think it due to the pysql-Errors):

Reading symbols for shared libraries warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/module.o" - no debug information available for "src/module.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/connection.o" - no debug information available for "src/connection.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/cursor.o" - no debug information available for "src/cursor.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/cache.o" - no debug information available for "src/cache.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/microprotocols.o" - no debug information available for "src/microprotocols.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/prepare_protocol.o" - no debug information available for "src/prepare_protocol.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/statement.o" - no debug information available for "src/statement.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/util.o" - no debug information available for "src/util.c".

warning: Could not find object file "/private/var/folders/s7/m6hn8bp11535lllwx8ppv9cm0000gp/T/pip-build-till_privat/pysqlite/build/temp.macosx-10.8-x86_64-2.7/src/row.o" - no debug information available for "src/row.c".

.. done
Traceback (most recent call last):
  File "Facepager.py", line 340, in <module>
    startMain()
  File "Facepager.py", line 335, in startMain
    sys.exit(app.exec_())
OverflowError
0x00007fff83ded7e1 in start ()
(gdb) bt
#0  0x00007fff83ded7e1 in start ()
#1  0x0000000000000000 in ?? ()