close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1098)

1 2 3 4 5 6 7 8 9 10 11
Ticket Owner Reporter Resolution Summary
#131 timing fixed Crash bug after removing unknown handle
Description

This is the output of the bitlbee fork daemon after crashing:

GLib-CRITICAL **: file gstrfuncs.c: line 1195 (g_strcasecmp): assertion `s2 != NULL' failed.

GLib-CRITICAL **: file gstrfuncs.c: line 1195 (g_strcasecmp): assertion `s2 != NULL' failed.
free(): invalid pointer 0x8101508!
Segmentation fault

This is what i did, as you can see i made a lot of typo's:

21:18:00 <@timing> add -tmp 0 someone123
21:18:00 <@root> User `someone123' added to your contact list as `marlotjuh123'
21:18:10 <@root> msn - Error: MSN: Error reported by switchboard server: Invalid handle
21:18:11 <@timing> someone123: yo!
21:18:11 <@root> msn - Error: MSN: Error reported by switchboard server: Invalid handle
21:18:28 <@timing> add -tmp 0 someone123@hotmail.co
21:18:28 <@root> User `someone123@hotmail.co' added to your contact list as `marlotjuh123_'
21:18:29 <@timing> add -tmp 0 someone123@hotmail.com
21:18:29 <@root> User `someone123@hotmail.com' added to your contact list as `marlotjuh123__'
21:18:35 <@timing> remove someone123
21:18:36 <@root> Buddy `someone123' (nick someone123) removed from contact list
21:18:36 <@root> msn - Login error: Error while reading from server
21:18:36 <@root> msn - Signing off..

Everybody quits from msn now. Then I tried to reconnect again:

21:18:36 <@root> msn - Reconnecting in 360 seconds..
21:18:38 <@timing> account on
21:18:38 <@root> Trying to get all accounts connected...
21:18:38 <@root> msn - Logging in: Connecting
21:18:39 <@root> msn - Logging in: Connected to server, waiting for reply
21:18:39 <@root> msn - Logging in: Transferring to other server
21:18:39 <@root> msn - Logging in: Connected to server, waiting for reply
21:18:47 <@timing> remove someone123_
21:18:47 <@root> Buddy `someone123_' not found
21:18:53 <@timing> add -tmp 0 someone123@hotmail.com
21:18:53 <@root> That account is not on-line
21:18:57 <@timing> acocunt on
21:18:57 <@root> Unknown command: acocunt. Please use help commands to get a list of available commands.
21:19:04 <@timing> account on
21:19:04 <@root> Trying to get all accounts connected...
21:19:11 <@timing> help

After recieving the help data, this happends:

21:19:14 <@root> Trying to get all accounts connected...
21:19:29 <@root> msn - Logging in: Authenticated, getting buddy list

30 seconds after the 'Loggin in' The above GLib error appeared.

Too bad, I'm unable to reproduce it, maybe because i need to be transferred to another server, or just because the moon isn't that bright anymore.

#136 timing duplicate Crash bug with gtalk
Description

this crash is discoverd by a 1.0 user. it happens with -devel too

Steps to reproduce. Adding a Gtalk account:

account add jabber **********@gmail.com password 216.239.37.125

Then account on

13:24:27 <@root> Trying to get all accounts connected...
13:24:27 <@root> jabber(******@gmail.com) - Logging in: Connecting
13:24:27 <@root> jabber(******@gmail.com) - Logging in: Connected
13:24:27 <@root> jabber(******@gmail.com) - Logging in: Requesting Authentication Method

after this bitlbee segfaults. This is the strace output:

read(9, "PRIVMSG &bitlbee :account on\r\n", 512) = 30
_llseek(11, 0, [0], SEEK_SET)           = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 17
fcntl64(17, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
connect(17, {sa_family=AF_INET, sin_port=htons(5222), sin_addr=inet_addr("216.239.37.125")}, 16) = -1 EINPROGRESS (Operation now in progress)
gettimeofday({1144754667, 495441}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN}, {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=13, events=POLLIN}, {fd=9, events=POLLOUT, revents=POLLOUT}, {fd=17, events=POLLOUT}], 11, 33813) = 1
gettimeofday({1144754667, 496805}, NULL) = 0
write(9, ":root!root@localhost.kabelfoon.n"..., 207) = 207
gettimeofday({1144754667, 519772}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN}, {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=13, events=POLLIN}, {fd=17, events=POLLOUT, revents=POLLOUT}], 10, 33788) = 1
gettimeofday({1144754667, 601165}, NULL) = 0
getsockopt(17, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
fcntl64(17, F_SETFL, O_RDONLY)          = 0
write(17, "<?xml version=\'1.0\'?>", 21) = 21
write(17, "<stream:stream xmlns:stream=\'htt"..., 100) = 100
write(17, "<iq type=\'get\' id=\'__AUTH__\'><qu"..., 110) = 110
gettimeofday({1144754667, 605052}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN}, {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=13, events=POLLIN}, {fd=9, events=POLLOUT, revents=POLLOUT}, {fd=17, events=POLLIN}], 11, 33703) = 1
gettimeofday({1144754667, 606389}, NULL) = 0
write(9, ":root!root@localhost.kabelfoon.n"..., 249) = 249
gettimeofday({1144754667, 625199}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN}, {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN, revents=POLLIN}], 10, 33683) = 1
gettimeofday({1144754667, 814236}, NULL) = 0
read(17, "<stream:stream from=\"gmail.com\" "..., 4095) = 124
gettimeofday({1144754667, 815448}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN}, {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN, revents=POLLIN}], 10, 33493) = 1
gettimeofday({1144754667, 818781}, NULL) = 0
read(17, "<iq type=\"error\" id=\"__AUTH__\"><"..., 4095) = 1954
gettimeofday({1144754667, 820760}, NULL) = 0
gettimeofday({1144754667, 821624}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
time([1144754667])                      = 1144754667
getpid()                                = 8857
rt_sigaction(SIGPIPE, {0x40179a70, [], 0}, {0x8056060, [], 0}, 8) = 0
send(5, "<27>Apr 11 13:24:27 bitlbee[8857"..., 84, 0) = 84
rt_sigaction(SIGPIPE, {0x8056060, [], 0}, NULL, 8) = 0
gettid()                                = 8857
tgkill(8857, 8857, SIGSEGV)             = 0
sigreturn()                             = ? (mask now [])
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


#143 quoctuan83@… invalid connection lost
Description

I'm currently on Slackware 10.2. I compiled and run Bitlbee on my box, everything seems to be ok until I connect to localhost. It keeps saying "connection lost to localhost" in my irc-client. It's definitely not a client-related problem since I have also tried other irc clients and got the same problem.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.