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

Error on raspberrypi #911

Open
bdn02 opened this issue Jan 2, 2016 · 6 comments
Open

Error on raspberrypi #911

bdn02 opened this issue Jan 2, 2016 · 6 comments

Comments

@bdn02
Copy link

bdn02 commented Jan 2, 2016

[23:36] mycontactname »»» x = 10
telegram-cli: interface.c:3446: print_media: Assertion `0' failed.
SIGNAL received

My contact send me audio file, photo, and a drawing

@bdn02
Copy link
Author

bdn02 commented Jan 3, 2016

I've tested the 'test' branch and now works well.
Unfortunately, the test version, don't support -Z parameter (python script)

@JunaidBabu
Copy link

I commented out that line interface.c:3446

//assert (0);

works fine 😅👍

@The-Compiler
Copy link

Just got that as well when getting a photo in a group, on 160231b

x = 9
telegram-cli: interface.c:3446: print_media: Assertion `0' failed.
SIGNAL received
htelegram-cli(print_backtrace+0x3b)[0x556fa163e63b]
telegram-cli(termination_signal_handler+0x77)[0x556fa163e6e7]
/usr/lib/libc.so.6(+0x33680)[0x7f8a7d6df680]
/usr/lib/libc.so.6(gsignal+0x38)[0x7f8a7d6df5f8]
/usr/lib/libc.so.6(abort+0x16a)[0x7f8a7d6e0a7a]
/usr/lib/libc.so.6(+0x2c417)[0x7f8a7d6d8417]
/usr/lib/libc.so.6(+0x2c4c2)[0x7f8a7d6d84c2]
telegram-cli(print_media+0x516)[0x556fa164a366]
telegram-cli(print_message+0x32b)[0x556fa164e5bb]
telegram-cli(print_message_gw+0x13b)[0x556fa164f17b]
telegram-cli(+0xb50e5)[0x556fa167e0e5]
telegram-cli(+0xb75fd)[0x556fa16805fd]
telegram-cli(tglu_work_update_new+0x64d)[0x556fa16847ad]
telegram-cli(+0xbc03b)[0x556fa168503b]
telegram-cli(tglu_work_any_updates+0x6f)[0x556fa168560f]
telegram-cli(+0x99f68)[0x556fa1662f68]
telegram-cli(+0x99aae)[0x556fa1662aae]
telegram-cli(+0x9ae0f)[0x556fa1663e0f]
telegram-cli(+0xbd97b)[0x556fa168697b]
/usr/lib/libevent-2.0.so.5(event_base_loop+0x806)[0x7f8a7f076ca6]
telegram-cli(net_loop+0xb4)[0x556fa163fd54]
telegram-cli(loop+0x1a4)[0x556fa16411b4]
telegram-cli(main+0x2df)[0x556fa163cd2f]
/usr/lib/libc.so.6(__libc_start_main+0xf0)[0x7f8a7d6cc610]
telegram-cli(_start+0x29)[0x556fa163ce49]

@hk0O7
Copy link

hk0O7 commented Feb 6, 2016

This is a bug, and it doesn't only happen on the Pi (I'm on x86_64 Linux Mint 17). @JunaidBabu's workaround worked for me too.

@sfxpok
Copy link

sfxpok commented Mar 18, 2016

@JunaidBabu's solution worked for me.

@arabsoheyl
Copy link

mayby you should update some of param of this file(sceme.tl).

latest scheme:
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/Resources/scheme.tl

and run this commands

make clean
./configure
make

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

6 participants