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

Program received signal SIGABRT, Aborted. with command chat_info chat#400 #93

Closed
vDorst opened this issue Feb 21, 2014 · 1 comment
Closed

Comments

@vDorst
Copy link
Contributor

vDorst commented Feb 21, 2014

Console:

chat_info #400
Bad chat id
chat_info chat#400
telegram: structures.c:678: fetch_skip_photo: Assertion `x == 0x2331b22d ||
x == 0x22b56751' failed.

gdm backtrace:
Program received signal SIGABRT, Aborted.
0x00007ffff6dd3f77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff6dd3f77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff6dd75e8 in __GI_abort () at abort.c:90
#2 0x00007ffff6dccd43 in __assert_fail_base (

fmt=0x7ffff6f23f58 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
assertion=assertion@entry=0x4413d8 "x == 0x2331b22d || x == 0x22b56751",
file=file@entry=0x440e5d "structures.c", line=line@entry=678,
function=function@entry=0x441a60 <__PRETTY_FUNCTION__.8003> "fetch_skip_photo") at assert.c:92

#3 0x00007ffff6dccdf2 in __GI___assert_fail (

assertion=0x4413d8 "x == 0x2331b22d || x == 0x22b56751", file=0x440e5d "structures.c", line=678,
function=0x441a60 <__PRETTY_FUNCTION__.8003> "fetch_skip_photo") at assert.c:101

#4 0x000000000042938d in fetch_skip_photo () at structures.c:678
#5 0x0000000000428ea9 in fetch_chat_full (C=0x475d160) at structures.c:574
#6 0x000000000042c9b3 in fetch_alloc_chat_full () at structures.c:1899
#7 0x0000000000422844 in chat_info_on_answer (q=0x475cd60) at queries.c:1632
#8 0x000000000041de62 in query_result (id=5982837190267896832) at queries.c:245
#9 0x000000000041b99a in work_rpc_result (c=0x473e850, msg_id=5982837190848836609)

at mtproto-client.c:1499

#10 0x000000000041be26 in rpc_execute_answer (c=0x473e850, msg_id=5982837190848836609)

at mtproto-client.c:1592

#11 0x000000000041c46c in process_rpc_message (c=0x473e850, enc=0x2e55120 , len=488)

at mtproto-client.c:1692

#12 0x000000000041c719 in rpc_execute (c=0x473e850, op=458043209, len=488) at mtproto-client.c:1751
#13 0x000000000041546e in try_rpc_read (c=0x473e850) at net.c:487
#14 0x0000000000415728 in try_read (c=0x473e850) at net.c:541
#15 0x0000000000415903 in connections_poll_result (fds=0x7fffffffe0a8, max=1) at net.c:578
#16 0x000000000040cec9 in net_loop (flags=1, is_end=0x40d001 ) at loop.c:101
#17 0x000000000040d01f in main_loop () at loop.c:147
#18 0x000000000040edf0 in loop () at loop.c:612
#19 0x000000000040c943 in inner_main () at main.c:344
#20 0x000000000040cc99 in main (argc=1, argv=0x7fffffffe558) at main.c:485

(gdb)

System info:
Ubuntu 13.10 64-bit server.

Compiled by hand:

@Nothing4You
Copy link

Please add ``` (in a separate line) above and below the gdb output for better readability (and removing those links to other issues).

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

3 participants