Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1098)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Owner Reporter Resolution Summary
#752 André Friedrich <info@…> worksforme Bitlbee doesn't work on Debian Squeeze
Description

... as already i said in topic, bitlbee doesn't work for me on Debian Squeeze which was released today :/

Bitlbee tries to connect - but it fails for all protocols. Hope you guys fix this soon :)

#881 turak.anita@… fixed OpenSSL compile but in rev 867
Description

Revision 867

./configure --msn=1 --jabber=1 --oscar=1 --yahoo=1 --twitter=1 --purple=0 --debug=0 --plugins=1 --otr=1 --skype=0 --events=glib --ssl=openssl

make

...

  • Compiling arc.c
  • Compiling base64.c
  • Compiling events_glib.c
  • Compiling ftutil.c
  • Compiling http_client.c
  • Compiling ini.c
  • Compiling md5.c
  • Compiling misc.c
  • Compiling oauth.c
  • Compiling oauth2.c

oauth2.c: In function ‘oauth2_json_dumb_get’: oauth2.c:146: warning: ‘is_key’ may be used uninitialized in this function

  • Compiling proxy.c
  • Compiling sha1.c
  • Compiling ssl_openssl.c

ssl_openssl.c: In function ‘ssl_starttls’: ssl_openssl.c:93: error: ‘global’ undeclared (first use in this function) ssl_openssl.c:93: error: (Each undeclared identifier is reported only once ssl_openssl.c:93: error: for each function it appears in.) make[1]: * [ssl_openssl.o] Error 1

#953 gardnerm@… fixed segfaults in twitter_lib.c on non-XML responses
Description

I'm consistently getting segfault crashes when connecting to Twitter. Here's what gdb has to say. Note that I'm a gdb newbie, if there are additional steps I should take please let me know.

gardnerm@gsi-14372-centos6 ~
$ sudo -u bitlbee gdb /usr/local/sbin/bitlbee
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-50.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/sbin/bitlbee...done.
(gdb) run -nD
Starting program: /usr/local/sbin/bitlbee -nD

Program received signal SIGSEGV, Segmentation fault.
0x00000000004d744d in twitter_xt_get_users (node=0x0, txl=0x7c1bc0) at twitter_lib.c:434
434		for (child = node->children; child; child = child->next) {
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.47.el6_2.9.x86_64 gnutls-2.8.5-4.el6_2.2.x86_64 libgcrypt-1.4.5-9.el6_2.2.x86_64 libtasn1-2.3-3.el6_2.1.x86_64
(gdb) 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.