php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69564 Segfault (core dump) calling OAuth::generateSignature()
Submitted: 2015-05-03 01:24 UTC Modified: 2019-08-04 10:54 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: webmaster at thedigitalorchard dot ca Assigned: cmb (profile)
Status: Closed Package: oauth (PECL)
PHP Version: 5.6.8 OS: Ubuntu 14.10
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: webmaster at thedigitalorchard dot ca
New email:
PHP Version: OS:

 

 [2015-05-03 01:24 UTC] webmaster at thedigitalorchard dot ca
Description:
------------
A segfault (core dump) is occurring calling generateSignature(). The exact same code works correctly on OS X and Gentoo systems. This Ubuntu system is a new production server so I'm unable to do direct testing without affecting the website. I could make a copy on a separate machine and test there, if you need more details. At this time, all I know is that calling generateSignature() is resulting in a segfault.

Test script:
---------------
OAuth->generateSignature($method, $url, $arguments);

Expected result:
----------------
Returned signature

Actual result:
--------------
Segfault

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-05-03 01:25 UTC] webmaster at thedigitalorchard dot ca
-Summary: Segfault (core dump) calling generateSignature() +Summary: Segfault (core dump) calling OAuth::generateSignature()
 [2015-05-03 01:25 UTC] webmaster at thedigitalorchard dot ca
Edited Summary line to include "OAuth" for brevity.
 [2019-08-02 15:39 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2019-08-02 15:39 UTC] cmb@php.net
Does this issue still persist with any of the recent oauth
versions?
 [2019-08-02 22:14 UTC] webmaster at thedigitalorchard dot ca
-Status: Feedback +Status: Assigned
 [2019-08-02 22:14 UTC] webmaster at thedigitalorchard dot ca
Since it's been 4 years, and I'm not actively using OAuth, I'm unable to confirm this for you, @cmb. Likely safe to close and let someone re-open the issue if it is persisting.
 [2019-08-04 10:54 UTC] cmb@php.net
-Status: Assigned +Status: Closed
 [2019-08-04 10:54 UTC] cmb@php.net
Thanks for the feedback!  So yes, makes sense to close this
ticket, and re-open if need be.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC