• Home
  • Blog
  • Add-ons
  • Forum
  • Wiki
  • Developers
Nightingale - The tune of life, the tune of yours
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
Guest Hi, Guest
  • Login
  • Register
Login
Username:
Password: Lost Password?
 
Nightingale Forums Nightingale Helpdesk v1.13a closing unexpectedly

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
v1.13a closing unexpectedly
tibitts Offline
Member
***
Posts: 61
Threads: 9
Joined: Nov 2012
Reputation: 0
#11
09-27-2014, 11:33 PM (This post was last modified: 09-28-2014, 12:29 AM by tibitts.)
For some reasons Linux nightly builds are only available as 64-bit builds now, that doesn't help me.
So I have to build again from source. I'm not a git wizard, but I guess I don't have to clone the entire repository every time after a commit was done.

Would this be the correct procedure to grab the recent changes?

~/Downloads/nightingale/nightingale-hacking> git pull

When the response to this is 'Already up-to-date.' then I suppose I do have your recent fix?

There is no difference with your fix. NG still crashes with NSPR_LOG_MODULES=ngDBusConnection:5:

Program ././nightingale-bin (pid = 11410) received signal 11.
Stack:
__kernel_rt_sigreturn+0x00000000 [linux-gate.so.1 +0x0000040C]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libnspr4.so +0x00011D54]
PR_vsnprintf+0x0000007B [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libnspr4.so +0x000122AC]
PR_LogPrint+0x00000182 [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libnspr4.so +0x0000FE53]
ngDBusConnection::SetBoolArg(int)+0x00000082 [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/extensions/mpris@getnightingale.com/platform/Linux_x86-gcc3/components/ngDBusConnection_d.so +0x00009302]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libxul.so +0x003324CB]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libxul.so +0x0033F1F0]
js_Invoke+0x0000095D [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libmozjs.so +0x000A204B]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libmozjs.so +0x0008FF87]
js_Invoke+0x000009A6 [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libmozjs.so +0x000A2094]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libxul.so +0x00329682]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libxul.so +0x0032101D]
UNKNOWN [/home/christ1/Downloads/nightingale/nightingale-hacking/compiled/dist/xulrunner/libxul.so +0x0152C61A]
Sleeping for 300 seconds.
Type 'gdb ././nightingale-bin 11410' to attach your debugger to this thread.
Find
Reply
freaktechnik Offline
CCO (Chief Crashing Officer)
*******
Posts: 498
Threads: 24
Joined: Sep 2010
Reputation: 11
#12
09-28-2014, 07:02 AM
(09-27-2014, 11:33 PM)tibitts Wrote: For some reasons Linux nightly builds are only available as 64-bit builds now, that doesn't help me.
Yeah, our build infrastructure is a bit unreliable atm, but I hear GeekShadow's activel (cough) working on improving that. I am sorry that yxou as a result have to compile ngale yourself, I hope it doesn't take too long.
Quote:Would this be the correct procedure to grab the recent changes?

Code:
~/Downloads/nightingale/nightingale-hacking> git pull
Yes.
Quote:When the response to this is 'Already up-to-date.' then I suppose I do have your recent fix?
Yes.
Quote:There is no difference with your fix. NG still crashes with NSPR_LOG_MODULES=ngDBusConnection:5:
Well, it crashes in a different place. Sorry about that. Apparently my libnspr and yours have different ideas of how to log things, at it worked fine for me.
Again, I hope to have fixed the logging issue, so I guess I still have not found the main issue. Hopefully that's all the crashes.
freaktechnik
Website Find
Reply
tibitts Offline
Member
***
Posts: 61
Threads: 9
Joined: Nov 2012
Reputation: 0
#13
09-28-2014, 08:46 PM
The main issue still exists.
I suppose the logging issue needs to be addressed first before tackling the main issue?
Find
Reply
freaktechnik Offline
CCO (Chief Crashing Officer)
*******
Posts: 498
Threads: 24
Joined: Sep 2010
Reputation: 11
#14
09-28-2014, 11:31 PM
Crap, completely forgot to mention, that I fiexed that logging issue, well I hope I did. It works on my system, but that seems to be irrelevant.
freaktechnik
Website Find
Reply
tibitts Offline
Member
***
Posts: 61
Threads: 9
Joined: Nov 2012
Reputation: 0
#15
09-29-2014, 01:25 AM
Let me know if you want the mp3 file causing the trouble here (it's not just one). Alternatively you may just download a track from 7digital.com and give it a try.
Find
Reply
freaktechnik Offline
CCO (Chief Crashing Officer)
*******
Posts: 498
Threads: 24
Joined: Sep 2010
Reputation: 11
#16
09-29-2014, 06:33 AM
I would _guess_ that just knowing the tags would work, however so far I have no idea where exactly the issue is occuring, other than it's an issue with a string containing an invalid character.
freaktechnik
Website Find
Reply
freaktechnik Offline
CCO (Chief Crashing Officer)
*******
Posts: 498
Threads: 24
Joined: Sep 2010
Reputation: 11
#17
10-08-2014, 01:08 AM
Good news!
After I was able to see the error (at least what I think was the bug, as there is no clear data from tibitts, thanks to logging crashing too), but it didn't crash for me, I was able to fix it. I opened Issue #325 for it, which I could already close again.
So if you could try a nightly from tonight (should be built in about 10 hours from this post, iirc), tibitts and report if it now works for you.
freaktechnik
Website Find
Reply
tibitts Offline
Member
***
Posts: 61
Threads: 9
Joined: Nov 2012
Reputation: 0
#18
10-09-2014, 03:54 AM
I tried the nightly from 10/08/14 (had to compile it myself again). Good news, the problem is fixed, Nightingale isn't crashing anymore.
Thanks for the quick fix.Now looking forward to the 1.13 release.
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 01-28-2023, 11:24 PM Powered By MyBB, © 2002-2023 MyBB Group.
Design By AliReza_Tofighi In WhiteCrow Software Group.
white outlined nightingale project logo

Nightingale is free!
It is an Open Source project released under the terms of the GNU General Public License v2 (GPL v2).
For more details, please read the license information.

Follow us!
f  g  t

Support
  • Community Forum
  • Official Blog
  • Add-ons
  • Wiki
  • Help Forum
Contribute
  • Developer's Center
  • Translate Nightingale
  • Source Code
  • Report a Bug
Ressources
  • Download Nightingale
Linear Mode
Threaded Mode