gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with gnokii 0.6.31git, smsd segmentation fault


From: Pawel Kot
Subject: Re: Problem with gnokii 0.6.31git, smsd segmentation fault
Date: Mon, 6 Jun 2011 19:06:32 +0200

Hi,

On Tue, May 31, 2011 at 18:20, João Areias <address@hidden> wrote:
> Ok, debug from smsd in attach.
> I've switched debug to on in gnokii config and started the daemon with de
> debugger with gdb --args smsd.

One thing coming from this trace is that probably smsd is doing too
much when reconnecting.
It terminates the connection and does full init with config reading:

fbusterminate():
  gn_lib_phone_close();
  gn_lib_phoneprofile_free();
  gn_lib_library_free();

fbusinit():
  gn_lib_phoneprofile_load();
  gn_lib_phone_open();

I believe it should be enough to:
  gn_lib_phone_close();
  gn_lib_phone_open();

I'll try to investigate why it segfaults anyway.

-- 
Pawel Kot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]